[Web] Async Rspamd graph loading to prevent races (todo: changeme)

This commit is contained in:
andryyy
2020-04-27 20:48:32 +02:00
parent e7a5c98704
commit 6c28ebfc87

View File

@@ -404,6 +404,7 @@ jQuery(function($){
function rspamd_pie_graph() {
$.ajax({
url: '/api/v1/get/rspamd/actions',
async: false,
success: function(data){
var total = 0;