1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Boost the priority of the upload saver

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
This commit is contained in:
Jermolene 2014-01-25 16:38:08 +00:00
parent 18fe0c0f75
commit 6ba9bf9a95

View File

@ -78,7 +78,7 @@ Information about this saver
*/
UploadSaver.prototype.info = {
name: "upload",
priority: 500
priority: 2000
};
/*