From ff0e2b7fb8b9d8401dcd9928db22ee43bfa177bb Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 13 Jan 2017 14:22:38 +0000 Subject: [PATCH] [WebUI] Fix case when no cluster is defined Issue: #1334 Reported by: @dehnli --- interface/js/rspamd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/js/rspamd.js b/interface/js/rspamd.js index 41fc43986..fca33020d 100644 --- a/interface/js/rspamd.js +++ b/interface/js/rspamd.js @@ -404,7 +404,7 @@ neighbours = { local: { host: window.location.host, - url: window.location.path + url: window.location.href } }; } else { -- 2.39.5