diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/rspamd.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index 7fb985347..60d356055 100644 --- a/interface/js/app/rspamd.js +++ b/interface/js/app/rspamd.js @@ -468,7 +468,6 @@ function ($, D3pie, visibility, NProgress, stickyTabs, tab_stat, tab_graph, tab_ $.ajax({ type: "GET", url: "stat", - async: false, success: function () { displayUI(); }, |