mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Removed inadvertent alert()
This commit is contained in:
parent
1b9614eb9d
commit
24e361da77
@ -43,7 +43,6 @@ MsDownloadSaver.prototype.info = {
|
||||
Static method that returns true if this saver is capable of working
|
||||
*/
|
||||
exports.canSave = function(wiki) {
|
||||
alert("Boo")
|
||||
return !!window.navigator.msSaveBlob;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user