mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-09 17:29:51 +00:00
Removed inadvertent alert()
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user