summaryrefslogtreecommitdiff
path: root/scripts/watchdog.js
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-07-24 19:39:58 +0300
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-07-24 19:40:07 +0300
commite447868c12a9d72e02817a4d699c4f6810420e3e (patch)
tree2178f1bce860e2e3d668d364fc09bdbdc7daa708 /scripts/watchdog.js
parenta58169386ca1feb178e73ba881b5223d6f6e0087 (diff)
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
Diffstat (limited to 'scripts/watchdog.js')
-rw-r--r--scripts/watchdog.js10
1 files changed, 0 insertions, 10 deletions
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();
-
-});