diff --git a/README.md b/README.md index 5c3d5e0..529b5b8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![prokeys logo](https://i.stack.imgur.com/HrCnC.png)](https://chrome.google.com/webstore/detail/prokeys/ekfnbpgmmeahnnlpjibofkobpdkifapn) **Developed by**: Aquila Softworks ([Gaurang Tandon](https://github.com/GaurangTandon) and [Varun Singh](https://github.com/iWrote)) -**Latest version**: 3.4.2 +**Latest version**: 3.4.3 **Status**: active, stable build (last update 15/Sep/2018 IST) ProKeys is a completely free, [Google Chrome](https://chrome.google.com/webstore/detail/prokeys/ekfnbpgmmeahnnlpjibofkobpdkifapn) and [Opera](https://addons.opera.com/en/extensions/details/prokeys/?display=en) extension that lets you be productive in online text-related work with its number of features like: diff --git a/js/detector.js b/js/detector.js index f762137..517578c 100644 --- a/js/detector.js +++ b/js/detector.js @@ -76,8 +76,7 @@ setInterval(initiateIframeCheck, IFRAME_CHECK_TIMER, doc); } } catch (e) { - debugDir(e); - debugDir(iframe); + debugLog(e, iframe); } } diff --git a/js/pre.js b/js/pre.js index ff41d17..d9b2008 100644 --- a/js/pre.js +++ b/js/pre.js @@ -50,7 +50,7 @@ var extendNodePrototype; })(); (function() { - var DEBUGGING = true; + var DEBUGGING = false; pk.OBJECT_NAME_LIMIT = 30; Date.MONTHS = [ diff --git a/manifest.json b/manifest.json index b6c611d..d7ecd1f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "ProKeys", "description": "Save time and effort in emails, etc. with ProKeys! Define snippets, do math in browser, auto complete braces, and much more.", - "version": "3.4.2", + "version": "3.4.3", "author": "Aquila Softworks", "browser_action": { "default_icon": "imgs/r16.png"