set charset
This commit is contained in:
parent
0c99cbfaac
commit
eee9e19841
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ pandora.ui.exportAnnotationsDialog = function(options) {
|
||||||
format == 'json'
|
format == 'json'
|
||||||
? JSON.stringify(items, null, ' ')
|
? JSON.stringify(items, null, ' ')
|
||||||
: Ox.formatSRT(items)
|
: Ox.formatSRT(items)
|
||||||
)], {type: 'text/plain'}),
|
)], {type: 'text/plain; charset=utf-8'}),
|
||||||
url = window.URL.createObjectURL(blob);
|
url = window.URL.createObjectURL(blob);
|
||||||
|
|
||||||
$link.attr({
|
$link.attr({
|
||||||
|
|
Loading…
Reference in a new issue