From 5cb71985cfdcf65ad76c5c3d416011a042cbf787 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 15 Jul 2014 19:52:12 +0300 Subject: Added basic zoom feature --- scripts/textanalysis.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/textanalysis.js') 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; -- cgit v1.3.1