mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Add a notification when starting to save with the upload plugin
This commit is contained in:
parent
1b54313615
commit
584043deee
3
core/messages/StartingSave.tid
Normal file
3
core/messages/StartingSave.tid
Normal file
@ -0,0 +1,3 @@
|
||||
title: $:/messages/StartingSave
|
||||
|
||||
Starting to save wiki
|
@ -64,6 +64,7 @@ UploadSaver.prototype.save = function(text,callback) {
|
||||
}
|
||||
};
|
||||
http.send(data);
|
||||
$tw.notifier.display("$:/messages/StartingSave");
|
||||
return true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user