public_html/js

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed Jan 21 00:40:41 CET 2015


 public_html/js/kolab_hosted.js |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 379174d2d08bea1c0b9c7308275612ff2f9ea389
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Jan 21 00:40:17 2015 +0100

    The function calling this function (kadm.command()) has already set the universe to busy

diff --git a/public_html/js/kolab_hosted.js b/public_html/js/kolab_hosted.js
index 31e1cdc..6e978f1 100644
--- a/public_html/js/kolab_hosted.js
+++ b/public_html/js/kolab_hosted.js
@@ -24,9 +24,6 @@
 // overwrite user_save() function
 kadm.user_save = function(reload, section)
 {
-    if (this.busy)
-      return;
-
     var data = this.serialize_form('#'+this.env.form_id);
 
     if (!this.check_required_fields(data)) {




More information about the commits mailing list