Permalink
Browse files

Forgotten to change name after copy

  • Loading branch information...
1 parent 911767f commit e21373f97c4b8fac2c3ee23c23b958a2a918cb3d @kloknibor kloknibor 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);};
- 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

Please sign in to comment.