From 24e361da77a361ca4fd54f30e08356ef82bb877e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 12 Nov 2013 20:58:54 +0000 Subject: [PATCH] Removed inadvertent alert() --- core/modules/savers/msdownload.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/savers/msdownload.js b/core/modules/savers/msdownload.js index 9775f27dc..c0e71b788 100644 --- a/core/modules/savers/msdownload.js +++ b/core/modules/savers/msdownload.js @@ -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; };