From 6e3d174dad44a7eb3c6adb493241c51161173b3e Mon Sep 17 00:00:00 2001 From: denghaha Date: Wed, 9 Jan 2019 13:45:38 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fd5ce652ac35f53f10a7c3dab515a095fd9381c0. --- javascript/popup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/popup.js b/javascript/popup.js index a2e7a56..f20f965 100644 --- a/javascript/popup.js +++ b/javascript/popup.js @@ -111,6 +111,7 @@ window.onload = function () { if (ajax.readyState == 4 && ajax.status == 200) { document.getElementById("update_container").removeAttribute("style") var response = JSON.parse(ajax.responseText) + console.log((current_version == response.version)+"--->"+current_version+"--->"+response.version); if (current_version < response.version) { var version = document.getElementById("update_version") version.setAttribute("href", response.link)