mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +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);
|
http.send(data);
|
||||||
|
$tw.notifier.display("$:/messages/StartingSave");
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user