js: remove 'dollar' function duplicated declaration
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 10 Dec 2013 15:43:47 +0000 (16:43 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 10 Dec 2013 15:43:47 +0000 (16:43 +0100)
web/commons.js

index f0a0a98..566ffa7 100644 (file)
@@ -915,12 +915,6 @@ function notify(st, text, tout, butt, w, h)
     notify_ex.call(this, st, text, tout, butt, w, h, false, 0);
 }
        
-
-function $(id) { 
-    return document.getElementById(id); 
-}
-
-
 function globst() {
     this.st = -1;
     this.st_loc = -1;