]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/reconciliation/form.html
epic-ts
[mfinanz.git] / templates / webpages / reconciliation / form.html
index 39847ac2600084470052b40e7fb09cdfcdcb28b5..d8c0844fedca92e8beb622c27b437526afaa8b8d 100644 (file)
@@ -104,7 +104,6 @@ function load_proposals () {
     success: function(new_data) {
       $('#overview').html('');
       $('#automatic').html(new_data['html']);
-      $('#set_cleared').html('');
     }
   });
 }
@@ -118,7 +117,6 @@ function load_overview () {
     success: function(new_data) {
       $('#overview').html(new_data['html']);
       $('#automatic').html('');
-      $('#set_cleared').html('');
     }
   });
 }