From 8bd0ea95b1b1df4fbb7e9cd0b599ec6869c87f0e Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 10 Dec 2013 16:43:47 +0100 Subject: [PATCH] js: remove 'dollar' function duplicated declaration --- web/commons.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/commons.js b/web/commons.js index f0a0a98..566ffa7 100644 --- a/web/commons.js +++ b/web/commons.js @@ -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; -- 2.17.1