From 6ba9bf9a95435716dfd172598bd1bfde161ace52 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 25 Jan 2014 16:38:08 +0000 Subject: [PATCH] Boost the priority of the upload saver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we’ve got an upload wiki name then we should always use the upload saver. See https://groups.google.com/d/topic/tiddlywiki/Jqd2jbPmYFA/discussion --- core/modules/savers/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/savers/upload.js b/core/modules/savers/upload.js index 403c4810b..8ae12d971 100644 --- a/core/modules/savers/upload.js +++ b/core/modules/savers/upload.js @@ -78,7 +78,7 @@ Information about this saver */ UploadSaver.prototype.info = { name: "upload", - priority: 500 + priority: 2000 }; /*