applications/freifunk-diagnostics: Fix url
This commit is contained in:
parent
fc7a5b8d0c
commit
c6b31fbb50
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
|
||||||
legend.parentNode.style.display = 'block';
|
legend.parentNode.style.display = 'block';
|
||||||
legend.style.display = 'inline';
|
legend.style.display = 'inline';
|
||||||
|
|
||||||
stxhr.get('<%=luci.dispatcher.build_url("admin", "network")%>/diag_' + tool + protocol + '/' + addr, null,
|
stxhr.get('<%=luci.dispatcher.build_url("freifunk", "status")%>/diag_' + tool + protocol + '/' + addr, null,
|
||||||
function(x)
|
function(x)
|
||||||
{
|
{
|
||||||
if (x.responseText)
|
if (x.responseText)
|
||||||
|
|
Loading…
Reference in a new issue