Merge branch 'espruino:master' into master
commit
d4c307cf46
|
|
@ -45,7 +45,7 @@ function bangleDownload() {
|
|||
}).then(() => {
|
||||
return Comms.showMessage(Const.MESSAGE_RELOAD);
|
||||
}).then(() => {
|
||||
return zip.generateAsync({type:"blob"});
|
||||
return zip.generateAsync({type:"binarystring"});
|
||||
}).then(content => {
|
||||
Progress.hide({ sticky: true });
|
||||
showToast('Backup complete!', 'success');
|
||||
|
|
|
|||
2
core
2
core
|
|
@ -1 +1 @@
|
|||
Subproject commit c307754532cf0aa675945f98be46fdc9aa5d96af
|
||||
Subproject commit 6e94cf77a2b355389dcd5efa55e2249a9b31983c
|
||||
Loading…
Reference in New Issue