Skip to content
Snippets Groups Projects
Commit 4d70d5bf authored by Freeyorp's avatar Freeyorp
Browse files

Remove accidentally committed debugging fragment

Also remove a stray curly brace
parent 9d5f56cf
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,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();
};
}
/* Initialise modules that require initialisation */
mv.init = function() {
/* Loader module */
......@@ -32,7 +31,6 @@ var mv = function(mv) {
mv.loader.setname = function(n) { name = n; };
/* Set zip.js worker path */
zip.workerScriptsPath = "/js/zip/WebContent/";
status.text("Ready");
};
/* When a file has finished loading, handle it. */
function handleFile(data, name, after) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment