X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fclient_js.js;h=abeac1b39090d13ea0b8f03db5065608b6ed66ec;hb=99d05c2cc969eb4913cac08ae4331c4e6a82726a;hp=11ef823e11facce0c93383c3b43f1dd9ab9a6ad5;hpb=2738c03e1340255baade2fd357aafbbfd1347d5e;p=kivitendo-erp.git diff --git a/js/client_js.js b/js/client_js.js index 11ef823e1..abeac1b39 100644 --- a/js/client_js.js +++ b/js/client_js.js @@ -16,8 +16,10 @@ function eval_json_result(data) { if (data.error) return display_flash('error', data.error); - $('#flash_error').hide(); - $('#flash_error_content').empty(); + $(['info', 'warning', 'error']).each(function(idx, category) { + $('#flash_' + category).hide(); + $('#flash_' + category + '_content').empty(); + }); if ((data.js || '') != '') eval(data.js); @@ -83,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