diff options
| -rw-r--r-- | emccpre.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -391,7 +391,7 @@ function initPuzzle() { var string = reader.result; load_game(string, string.length); }); - reader.readAsBinaryString(file); + reader.readAsText(file); } dialog_cleanup(); }, function(event) { |