X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f509d946cb89ef9870c6d89627ec56ad9fa4c480..3f4f01dcd306d7ebb51a1186d722e6aecd237003:/js/client_js.js 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