소스 검색

[Web] Fix Rspamd plot, again - fixes #1467

André 7 년 전
부모
커밋
e13c519ecb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data/web/js/debug.js

+ 1 - 1
data/web/js/debug.js

@@ -544,7 +544,7 @@ jQuery(function($){
   $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
     var target = $(e.target).attr("href");
     if ((target == '#tab-rspamd-history')) {
-      plot_rspamd();
+      rspamd_donut_plot.replot({});
     }
   });
 });