Permalink
Browse files

Update photonic3d.js

  • Loading branch information...
1 parent e21373f commit 29ae32f36d4a76db3fb1fdb8906bbe994ed71258 @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("upload-button");
+ var btn = document.getElementById("upload-button");
btn.onclick= function(){makeZip(saveZip);};
// settings.set('#slicer.panel.collapsed', true);

0 comments on commit 29ae32f

Please sign in to comment.