Fix #6 - UTF8 problems with JSON import

This commit is contained in:
Luc Didry 2018-09-17 09:24:24 +02:00
parent cf5ad2160f
commit f22558c513
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -955,7 +955,7 @@ $(function() {
data: JSON.parse(text) data: JSON.parse(text)
}); });
}; };
fr.readAsBinaryString(f); fr.readAsText(f);
}) })
$('#create-revision').click(function() { $('#create-revision').click(function() {