Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
25
Star
54
Fork
40
lautr3k
/
SLAcer.js
Code
Issues
6
Pull requests
0
Projects
0
Insights
Permalink
Browse files
Re-added alert on save
Loading branch information
...
1 parent
83e275f
commit
1d0b4aa0fa2bf2ba2b1c9f44b199566a30b7a646
WGAndrew
committed
Nov 30, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
0 deletions
.
+1
−0
js/photonic3d.js
Show comments
View
1
js/photonic3d.js
@@ -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);
Toggle all file notes
0 comments on commit
1d0b4aa
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
1d0b4aa