Skip to content

Commit 1a72290

Browse files
committed
[bug] fix export blob type
1 parent d47b354 commit 1a72290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/js/data.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var data = (function(){
3838
varstr=JSON.stringify(load());
3939
vardata=encode(str);
4040
varblob=newBlob([data],{
41-
type: 'application/octet-stream'
41+
type: "application/json"
4242
});
4343
varurl=URL.createObjectURL(blob);
4444
varlink=document.createElement("a");

0 commit comments

Comments
(0)