]> wagnertech.de Git - mfinanz.git/blobdiff - js/client_js.js
AssortmentItem um Boolean "charge" erweitert
[mfinanz.git] / js / client_js.js
index d29fca627427838acb16833a7d8b000c72d12798..3f2bde58592f6e85c95c79a31e4f6dce594e9d51 100644 (file)
@@ -36,13 +36,13 @@ ns.eval_json_result = function(data) {
     return ns.display_flash('error', data.error);
 
   if (!data.no_flash_clear) {
-  $(['info', 'warning', 'error']).each(function(idx, category) {
-    $('#flash_' + category).hide();
-    $('#flash_detail_' + category).hide();
-    $('#flash_' + category + '_disp').hide();
-    $('#flash_' + category + '_content').empty();
-    $('#flash_' + category + '_detail').empty();
-  });
+    $(['info', 'warning', 'error']).each(function(idx, category) {
+      $('#flash_' + category).hide();
+      $('#flash_detail_' + category).hide();
+      $('#flash_' + category + '_disp').hide();
+      $('#flash_' + category + '_content').empty();
+      $('#flash_' + category + '_detail').empty();
+    });
   }
   if ((data.js || '') != '')
     eval(data.js);