mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-19 03:50:20 -07:00
Add a notification when starting to save with the upload plugin
This commit is contained in:
parent
1b54313615
commit
584043deee
2 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue