commit 06329fb: [Minor] Avoid browser console warning
GitHub
noreply at github.com
Sat Jan 30 16:21:06 UTC 2021
Author: Alexander Moisseev
Date: 2021-01-30 16:27:29 +0300
URL: https://github.com/rspamd/rspamd/commit/06329fbb02680337ab40ebad1dafb1bab166e50a (refs/pull/3628/head)
[Minor] Avoid browser console warning
Fixes: #3627
---
interface/js/app/rspamd.js | 1 -
1 file changed, 1 deletion(-)
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();
},
More information about the Commits
mailing list