summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/webbox.js')
-rw-r--r--html/webbox.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/html/webbox.js b/html/webbox.js
index 01738be..296429b 100644
--- a/html/webbox.js
+++ b/html/webbox.js
@@ -97,16 +97,6 @@ function getSelectedFiles() {
return result;
}
-/*
-var debugc = 0;
-
-function debugf() {
- debug1 = document.getElementById("debug1");
- debug1.innerHTML = debugc;
- debugc++;
-}
-*/
-
// As long as this is 1, the mouse was pressed less than 1 second ago
var mouseShortFlag = 0;
var mouseTimeout = undefined;