From e447868c12a9d72e02817a4d699c4f6810420e3e Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 24 Jul 2014 19:39:58 +0300 Subject: Status icons + Gantt/Graph transition Transition is now fixed and now has a neat movement effect Each icon now has a status value (done, current, not done) to indicate the state of deliverables Gantt button was moved for better UI --- scripts/watchdog.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'scripts/watchdog.js') diff --git a/scripts/watchdog.js b/scripts/watchdog.js index 9ecdb6da..b28b04f6 100644 --- a/scripts/watchdog.js +++ b/scripts/watchdog.js @@ -1,13 +1,3 @@ -var oldtext; -$('#textanalyser').keyup(function(){ - - var counter=$('#textanalyser').val().match(/([#])/g); - if(counter.length>2){ - $('#textanalyser').val(oldtext); - } - oldtext=$('#textanalyser').val(); - -}); -- cgit v1.3.1