summaryrefslogtreecommitdiff
path: root/scripts/textanalysis.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/textanalysis.js')
-rw-r--r--scripts/textanalysis.js6
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;