diff --git a/core/modules/savers/tiddlyfox.js b/core/modules/savers/tiddlyfox.js index a729e26e3..3abe31afe 100644 --- a/core/modules/savers/tiddlyfox.js +++ b/core/modules/savers/tiddlyfox.js @@ -73,7 +73,7 @@ TiddlyFoxSaver.prototype.info = { Static method that returns true if this saver is capable of working */ exports.canSave = function(wiki) { - return (window.location.protocol === "file:"); + return true; }; /*