[Web] Replot graph immediately

master
André 2018-05-26 23:07:26 +02:00
parent ff54b3ac91
commit e70c269998
1 changed files with 2 additions and 2 deletions

View File

@ -378,6 +378,7 @@ jQuery(function($){
}
}
);
window.rspamd_donut.replot({});
}
});
}
@ -533,7 +534,6 @@ jQuery(function($){
draw_api_logs();
draw_netfilter_logs();
draw_rspamd_history();
rspamd_donut.replot({});
$(window).resize(function () {
var timer;
clearTimeout(timer);