From 5a41d5cb432baa48f2e988b55308fb8efd7710ae Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Sun, 14 Apr 2013 14:04:27 +1200 Subject: Do not show loading bars at loading module init They should now only display after files are selected and the loading starts, where there is something to display. --- js/mv/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/mv/main.js b/js/mv/main.js index 51d1dae..4db9973 100644 --- a/js/mv/main.js +++ b/js/mv/main.js @@ -11,8 +11,6 @@ var mv = function(mv) { filesbar.label = function () { return fbase() == '100%' ? "Loaded " + mv.loader.numfiles() + " file(s) - Done!" : "Loading file " + mv.loader.curfile() + " of " + mv.loader.numfiles() + " - " + fbase(); } - loadbar.show(); - filesbar.show(); mv.loader.onbulkstart = function(fevt) { loadbar.show(); filesbar.show(); -- cgit v1.2.3-60-g2f50