From: Vsevolod Stakhov Date: Fri, 13 Jan 2017 14:22:38 +0000 (+0000) Subject: [WebUI] Fix case when no cluster is defined X-Git-Tag: 1.5.0~352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff0e2b7fb8b9d8401dcd9928db22ee43bfa177bb;p=thirdparty%2Frspamd.git [WebUI] Fix case when no cluster is defined Issue: #1334 Reported by: @dehnli --- diff --git a/interface/js/rspamd.js b/interface/js/rspamd.js index 41fc43986b..fca33020d6 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 {