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