Permalink
Browse files

Re-added alert on save

  • Loading branch information...
1 parent 83e275f commit 1d0b4aa0fa2bf2ba2b1c9f44b199566a30b7a646 @WGAndrew WGAndrew committed Nov 30, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 js/photonic3d.js
View
@@ -124,6 +124,7 @@ function saveZip(zipFile, fileName) {
if (request.readyState == 4 && request.status == 200) {
// window.open('/printablesPage', '_self');
$('#uploadzip-icon').prop('class', 'glyphicon glyphicon-upload');
+ alert("Saved! View the sliced file on the 'printables' page.");
}
}
request.send(form);

0 comments on commit 1d0b4aa

Please sign in to comment.