MaiXinRong 2 years atrás
parent
commit
975f8eebb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/ledger_gather.js

+ 1 - 1
app/public/js/ledger_gather.js

@@ -238,7 +238,7 @@ $(document).ready(() => {
         const tab = $(this), tabPanel = $(tab.attr('content'));
         if (!tab.hasClass('active')) {
             $('a', '#side-menu').removeClass('active');
-            $('#right-spr .tab-content .tab-pane.active').removeClass('active');
+            $('#right-view .tab-content .tab-pane.active').removeClass('active');
             tab.addClass('active');
             tabPanel.addClass('active');
             showTools(tab.hasClass('active'));