]> wagnertech.de Git - mfinanz.git/blobdiff - js/client_js.js
Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[mfinanz.git] / js / client_js.js
index 0477715a81f895664de10de6e8fd5c5df113b5ef..e096d5236177ab01898f381cdb692ec014d02170 100644 (file)
@@ -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]);