diff --git a/javascript/popup.js b/javascript/popup.js index a437971..38db586 100644 --- a/javascript/popup.js +++ b/javascript/popup.js @@ -884,7 +884,6 @@ function getNewHotpCode() { function getZoom() { var zoomList = [25, 33, 50, 67, 75, 90, 100, 110, 125, 150, 175, 200, 250, 300, 400, 500]; var zoom = Math.round(((window.outerWidth) / window.innerWidth)*100); - console.log(zoom) var zoomDiff = -1; for (var i = 0; i < zoomList.length; i++) { if (zoomDiff < 0 || Math.abs(zoom - zoomList[i]) < zoomDiff) { @@ -938,4 +937,4 @@ function rezoom() { } })(); -setTimeout(rezoom, 200); +//setTimeout(rezoom, 200); diff --git a/manifest.json b/manifest.json index d04fe1c..6533b87 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "4.11", + "version": "4.12", "default_locale": "en", "description": "__MSG_extDesc__", "icons": {