Skip to content
Permalink
Browse files

Removed auto redirect back to printables page after upload complete

  • Loading branch information...
angela-ko committed Aug 6, 2016
1 parent 35789f4 commit 7527834e7b0ffcd9d1852ce4119c699992ecbdf3
Showing with 1 addition and 1 deletion.
  1. +1 −1 js/photonic3d.js
@@ -74,7 +74,7 @@ function makeZip() {
name = loadedFile.name;
}
uploadZip(zipFile.generate({type: 'blob'}), name + '.zip');
window.location = "/printablesPage";
//window.location = "/printablesPage";
}
}

0 comments on commit 7527834

Please sign in to comment.
You can’t perform that action at this time.