Add a notification when starting to save with the upload plugin

This commit is contained in:
Jermolene
2013-11-26 22:46:20 +00:00
parent 1b54313615
commit 584043deee
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ UploadSaver.prototype.save = function(text,callback) {
}
};
http.send(data);
$tw.notifier.display("$:/messages/StartingSave");
return true;
};