From 42573fe80d35d4cb411944ae80bea6e582f5b249 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Wed, 10 Jan 2018 21:19:43 +0100 Subject: Handle small dialog windows --- html/webbox.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'html/webbox.js') 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; -- cgit v1.2.3