X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fclient_js.js;h=abeac1b39090d13ea0b8f03db5065608b6ed66ec;hb=99d05c2cc969eb4913cac08ae4331c4e6a82726a;hp=d153b533040a61c6210d18bc7bce81b1a341a09b;hpb=f509d946cb89ef9870c6d89627ec56ad9fa4c480;p=kivitendo-erp.git diff --git a/js/client_js.js b/js/client_js.js index d153b5330..abeac1b39 100644 --- a/js/client_js.js +++ b/js/client_js.js @@ -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