diff options
| author | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-15 19:52:12 +0300 |
|---|---|---|
| committer | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-15 19:52:12 +0300 |
| commit | 5cb71985cfdcf65ad76c5c3d416011a042cbf787 (patch) | |
| tree | 247b84893afe73cc94bec8a67858604bc2dc8695 /scripts/textanalysis.js | |
| parent | 335af0bbf19ef4e6454233c9b4d212ee5aaa9d0d (diff) | |
Added basic zoom feature
Diffstat (limited to 'scripts/textanalysis.js')
| -rw-r--r-- | scripts/textanalysis.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index 1306a863..b5e671af 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -20,7 +20,6 @@ $('#textanalyser').autocompleteTrigger({ }); $('#textanalyser').submit(function () { - alert("kldffsgdklgfdmlfdkfglfgsdklgfdkfssfglk,dgf"); if (previousorder === "EDITNODE") { $('#textanalyser').val(text + " "); } @@ -41,11 +40,6 @@ $(document).keydown(function (e) { } - - if (e.keyCode == 73) { - zoom(); - } - //DELTE if (e.keyCode == 46 || e.keyCode == 8) { if (previousorder === "CLOSENODE" || previousorder === "NEWNODE") return false; |
