Add a notification when starting to save with the upload plugin

print-window-tiddler
Jermolene 2013-11-26 22:46:20 +00:00
rodzic 1b54313615
commit 584043deee
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,3 @@
title: $:/messages/StartingSave
Starting to save wiki

Wyświetl plik

@ -64,6 +64,7 @@ UploadSaver.prototype.save = function(text,callback) {
}
};
http.send(data);
$tw.notifier.display("$:/messages/StartingSave");
return true;
};