Commit db1dacbc authored by Akikonata's avatar Akikonata

test

parent 8776d446
......@@ -57,7 +57,7 @@ KM.registerToolbarUI( 'saveto', function ( name ) {
document.appendChild( iframe );
iframe.src = filename;
iframe.contentDocument.body.innerHTML = data;
document.execCommand( "SaveAs" );
iframe.contentDocument.execCommand( "SaveAs" );
//document.removeChild( iframe );
} else {
doDownload( url, filename );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment