summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.js
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-01-10 21:19:43 +0100
committerRoland Stigge <stigge@antcom.de>2018-01-10 21:19:43 +0100
commit42573fe80d35d4cb411944ae80bea6e582f5b249 (patch)
treebe0efe63c7d4c7cfa347129969f65fe4c1b9d729 /html/webbox.js
parent188a87d1a66f09dc7b224b89e6c1c16d77681423 (diff)
Handle small dialog windows
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;