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:
parent
18fe0c0f75
commit
6ba9bf9a95
@ -78,7 +78,7 @@ Information about this saver
|
|||||||
*/
|
*/
|
||||||
UploadSaver.prototype.info = {
|
UploadSaver.prototype.info = {
|
||||||
name: "upload",
|
name: "upload",
|
||||||
priority: 500
|
priority: 2000
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user