summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-12 20:19:38 +0300
committerAndrew Dolgov <[email protected]>2015-08-12 20:19:38 +0300
commitbf9cc9ad9526471551b057e6390f6c040599e531 (patch)
treeffd1b4206b034a20da6ec420fa3f1514e81ad11f /js/prefs.js
parente2e095233f37272f8d9e85d6e1c61d7752e44f64 (diff)
combine user edit & user details
Diffstat (limited to 'js/prefs.js')
-rw-r--r--js/prefs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 159b9ecbc..66288764a 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -109,7 +109,6 @@ function editUser(id, event) {
style: "width: 600px",
execute: function() {
if (this.validate()) {
-
notify_progress("Saving data...", true);
var query = dojo.formToQuery("user_edit_form");