Permalink
Browse files
Forgotten to change name after copy
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
js/photonic3d.js
|
@@ -60,7 +60,7 @@ function initializeValues() { |
|
|
var btn = document.getElementById("print-button");
|
|
|
btn.onclick= function(){makeZip(printZip);};
|
|
|
|
|
|
- btn = document.getElementById("print-button");
|
|
|
+ btn = document.getElementById("upload-button");
|
|
|
btn.onclick= function(){makeZip(saveZip);};
|
|
|
|
|
|
// settings.set('#slicer.panel.collapsed', true);
|
|
|
0 comments on commit
e21373f