aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
authormatthew <matthew>2008-04-14 15:30:54 +0000
committermatthew <matthew>2008-04-14 15:30:54 +0000
commitc30be800d4cc2ab4339d9be41cdae0278c76c91c (patch)
tree54a20490ac84691ed4de2b34e046b23802aa6c14 /web/js.js
parent960f298df0366a2a56b8afdb7707bab218f37a98 (diff)
More code commenting out.
Diffstat (limited to 'web/js.js')
-rw-r--r--web/js.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js.js b/web/js.js
index 9927a5a5c..e59b0bb1a 100644
--- a/web/js.js
+++ b/web/js.js
@@ -56,10 +56,12 @@ YAHOO.util.Event.onContentReady('mapForm', function() {
}
this.x.value = x + 2;
this.y.value = y + 2;
+ /*
if (swfu && swfu.getStats().files_queued > 0) {
swfu.startUpload();
return false;
}
+ */
return true;
}
});