mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 03:51:14 -08:00
Removed inadvertent alert()
This commit is contained in:
parent
1b9614eb9d
commit
24e361da77
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue