]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Avoid browser console warning 3628/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 30 Jan 2021 13:27:29 +0000 (16:27 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Jan 2021 13:27:29 +0000 (16:27 +0300)
Fixes: #3627
interface/js/app/rspamd.js

index 7fb985347f62698c783e760a0d13245487d99061..60d3560558d0031938679f08363db3a3e6c7efe3 100644 (file)
@@ -468,7 +468,6 @@ function ($, D3pie, visibility, NProgress, stickyTabs, tab_stat, tab_graph, tab_
         $.ajax({
             type: "GET",
             url: "stat",
-            async: false,
             success: function () {
                 displayUI();
             },