]> wagnertech.de Git - kivitendo-erp.git/blobdiff - js/client_js.js
ClientJS: »pattern:« nur bei Abschnittskommentaren
[kivitendo-erp.git] / js / client_js.js
index 3f2bde58592f6e85c95c79a31e4f6dce594e9d51..fecbcbcc00c92da6f81ff8198fbff64743010c33 100644 (file)
@@ -116,7 +116,7 @@ ns.eval_json_result = function(data) {
       else if (action[0] == 'dialog:close')         $(action[1]).dialog('close');
 
       // ## jQuery Form plugin ##
-      else if (action[0] == 'ajaxForm')             pattern: $(action[1]).ajaxForm({ success: eval_json_result });
+      else if (action[0] == 'ajaxForm')             $(action[1]).ajaxForm({ success: eval_json_result });
 
       // ## jstree plugin ##