Commit b2870d71 authored by Akikonata's avatar Akikonata

IE svg

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