Skip to content

Commit

Permalink
change readAsBinary to readAsText
Browse files Browse the repository at this point in the history
  • Loading branch information
tcabel committed Sep 7, 2016
1 parent 0d004be commit 55322bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup-and-restore.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ require(['jquery', 'qsocks', 'serializeApp', 'dataTables'], function ($, qsocks,
$('#go').prop('disabled', false);
$('#serialize').prop('disabled', false);
};
reader.readAsBinaryString(fileInput.files[0]);
reader.readAsText(fileInput.files[0]);
};

fileInput.addEventListener('change', readFile);
Expand Down

0 comments on commit 55322bd

Please sign in to comment.