[WebUI] Fix AJAX request URL

Fixes: #1552
This commit is contained in:
moisseev 2019-05-09 12:38:06 +03:00
parent 8d2e971635
commit 01b7f2b052

View File

@ -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 {