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

master
andryyy 2020-04-27 20:48:32 +02:00
parent e7a5c98704
commit 6c28ebfc87
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 0 deletions

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;