Permalink
Browse files

Revert "Update photonic3d.js"

This reverts commit 29ae32f.
  • Loading branch information...
1 parent 29ae32f commit 0881a7add5b20756a0990df277fd278d2b004f7b @WGAndrew WGAndrew committed Nov 30, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 js/photonic3d.js
View
@@ -60,7 +60,7 @@ function initializeValues() {
var btn = document.getElementById("print-button");
btn.onclick= function(){makeZip(printZip);};
- var btn = document.getElementById("upload-button");
+ btn = document.getElementById("upload-button");
btn.onclick= function(){makeZip(saveZip);};
// settings.set('#slicer.panel.collapsed', true);

0 comments on commit 0881a7a

Please sign in to comment.