diff options
| author | blob8108 <blob8108@gmail.com> | 2014-04-26 01:10:57 +0100 |
|---|---|---|
| committer | blob8108 <blob8108@gmail.com> | 2014-04-26 01:10:57 +0100 |
| commit | d2c47608441bb4a9b221ad11581e964248c3f967 (patch) | |
| tree | 4ae677a198dac203a852f3f4f227ebd179a600e9 /objects.js | |
| parent | e9020b4ed3f7190dc78e622fbe3b2665e227c30f (diff) | |
| download | snap-byow-d2c47608441bb4a9b221ad11581e964248c3f967.tar.gz snap-byow-d2c47608441bb4a9b221ad11581e964248c3f967.zip | |
Add charset to variable export
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) ); } |
