change mimetype
This commit is contained in:
parent
54e9a5a2a7
commit
f906f27a3b
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ function saveDynamicDataToFile() {
|
|||
fileString += "</plist>";
|
||||
|
||||
var blob = new Blob([fileString], {
|
||||
type: "text/plain;charset=utf-8"
|
||||
type: "application/octet-stream;charset=utf-8"
|
||||
});
|
||||
|
||||
deleteAllCookies();
|
||||
|
|
Loading…
Add table
Reference in a new issue