Fix file save http://forum.espruino.com/comments/16439814/
parent
34d9e455ed
commit
aa3bf728fa
|
|
@ -45,7 +45,7 @@ function bangleDownload() {
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
return Comms.showMessage(Const.MESSAGE_RELOAD);
|
return Comms.showMessage(Const.MESSAGE_RELOAD);
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
return zip.generateAsync({type:"blob"});
|
return zip.generateAsync({type:"binarystring"});
|
||||||
}).then(content => {
|
}).then(content => {
|
||||||
Progress.hide({ sticky: true });
|
Progress.hide({ sticky: true });
|
||||||
showToast('Backup complete!', 'success');
|
showToast('Backup complete!', 'success');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue