Add charset to variable export

pull/3/merge
blob8108 2014-04-26 01:10:57 +01:00
rodzic e9020b4ed3
commit d2c4760844
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6339,7 +6339,7 @@ WatcherMorph.prototype.userMenu = function () {
'export...',
function () {
window.open(
'data:text/plain,' +
'data:text/plain;charset=utf-8,' +
encodeURIComponent(this.currentValue.toString())
);
}