Commit df60240f authored by Akikonata's avatar Akikonata

test

parent e82e7bfe
......@@ -69,7 +69,8 @@ KM.registerToolbarUI( 'saveto', function ( name ) {
var url = 'data:text/plain; utf-8,' + encodeURIComponent( data );
if ( ie_ver() > 0 ) {
if ( p.fileExtension === '.km' ) {
doSave( 'application/x-javascript', data, filename );
console.log( "KM" );
doSave( 'application/x-javascript', data, me.getMinderTitle() );
} else {
doSave( 'text/html', data, 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