Skip to content

Commit ad3bcb6

Browse files
committed
a fix for #1100 ?
1 parent 4575631 commit ad3bcb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.build/buildnumber.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1807
1+
1809

src/js/buildStandalone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ function buildStandalone(sourceCode) {
7777
// Then when we substitute them, the doubled $'s will be reduced to single ones.
7878
htmlString = htmlString.replace(/"__GAMEDAT__"/g,sourceCode);
7979

80-
saveAs(htmlString, 'data:text/html;charset=utf-8',title+".html");
80+
saveAs(htmlString, 'text/html;charset=utf-8',title+".html");
8181
}

0 commit comments

Comments
 (0)