X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fclient_js.js;h=e096d5236177ab01898f381cdb692ec014d02170;hb=8bde65163db8c36ffa5e83bed7ee68ab859c106d;hp=0477715a81f895664de10de6e8fd5c5df113b5ef;hpb=245d5036b6fbc2c9e4692244aff22d5188771e09;p=kivitendo-erp.git diff --git a/js/client_js.js b/js/client_js.js index 0477715a8..e096d5236 100644 --- a/js/client_js.js +++ b/js/client_js.js @@ -119,6 +119,7 @@ ns.eval_json_result = function(data) { // ## other stuff ## else if (action[0] == 'redirect_to') window.location.href = action[1]; + else if (action[0] == 'reinit_widgets') kivi.reinit_widgets(); else console.log('Unknown action: ' + action[0]);