Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
update version+disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GaurangTandon committed Sep 15, 2018
1 parent 6ba2cfa commit 5dc0446
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 1 addition & 2 deletions js/detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
setInterval(initiateIframeCheck, IFRAME_CHECK_TIMER, doc);
}
} catch (e) {
debugDir(e);
debugDir(iframe);
debugLog(e, iframe);
}
}

Expand Down
2 changes: 1 addition & 1 deletion js/pre.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var extendNodePrototype;
})();

(function() {
var DEBUGGING = true;
var DEBUGGING = false;

pk.OBJECT_NAME_LIMIT = 30;
Date.MONTHS = [
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5dc0446

Please sign in to comment.