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