summaryrefslogtreecommitdiff
path: root/js/mv/main.js
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-04-14 14:04:27 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-04-14 14:04:27 +1200
commit5a41d5cb432baa48f2e988b55308fb8efd7710ae (patch)
treeadda5064795ec2e3a495180640130e6c89ee89ed /js/mv/main.js
parent8f34d7e6ce1142af2171d9ec31e20e9738c8223f (diff)
downloadmanavis-5a41d5cb432baa48f2e988b55308fb8efd7710ae.tar.gz
manavis-5a41d5cb432baa48f2e988b55308fb8efd7710ae.tar.bz2
manavis-5a41d5cb432baa48f2e988b55308fb8efd7710ae.tar.xz
manavis-5a41d5cb432baa48f2e988b55308fb8efd7710ae.zip
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.
Diffstat (limited to 'js/mv/main.js')
-rw-r--r--js/mv/main.js2
1 files changed, 0 insertions, 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();