]> wagnertech.de Git - kivitendo-erp.git/blobdiff - js/client_js.js
ClientJS: "jqmClose()" zum Schließen von jqModal-Dialogen
[kivitendo-erp.git] / js / client_js.js
index d153b533040a61c6210d18bc7bce81b1a341a09b..abeac1b39090d13ea0b8f03db5065608b6ed66ec 100644 (file)
@@ -85,6 +85,11 @@ function eval_json_result(data) {
       // Form Events
       else if (action[0] == 'focus')                $(action[1]).focus();
 
+      // ## jqModal plugin ##
+
+      // Closing and removing the popup
+      else if (action[0] == 'jqmClose')             $(action[1]).jqmClose();
+
       // ## jstree plugin ##
 
       // Operations on the whole tree