diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 20:58:58 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 20:58:58 +0100 |
| commit | 42c329162265a17e9f8f2444de2d061fb3cfb4a5 (patch) | |
| tree | 32727ebaba11ea6371596e2495ce1af83559eeef /viewfeed.js | |
| parent | 0d32b41e36fffa800991267b637d9344cb88fd2e (diff) | |
UI improvements
Diffstat (limited to 'viewfeed.js')
| -rw-r--r-- | viewfeed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js index 7caba319d..7ff660a3b 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -514,7 +514,7 @@ function editTagsSave() { printLockingError(); } - notify("Saving article tags..."); + notify_progress("Saving article tags..."); var form = document.forms["tag_edit_form"]; |