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

master
André 2018-06-08 10:17:57 +02:00
parent 82209196f5
commit e13c519ecb
1 changed files with 1 additions and 1 deletions

View File

@ -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({});
}
});
});