diff options
-rw-r--r-- | interface/js/app/rspamd.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index c9034beda..2188f201f 100644 --- a/interface/js/app/rspamd.js +++ b/interface/js/app/rspamd.js @@ -485,7 +485,7 @@ function ($, D3pie, visibility, NProgress, tab_stat, tab_graph, tab_config, neighbours = { local: { host: window.location.host, - url: window.location.href + url: window.location.origin + window.location.pathname } }; } else { |