提交 2d14ee54 编写于 作者: M Manuel Munz

modules/freifunk: Fix js in public_status.htm

上级 8feae0cb
......@@ -156,13 +156,13 @@ local defroutev6 = sys.net.defaultroute6()
u.innerHTML = st[i].defroutev6.dest;
if (u = document.getElementById('v6gw'))
u.innerHTML = st[i].defroutev6.gateway);
u.innerHTML = st[i].defroutev6.gateway;
if (u = document.getElementById('v6dev'))
u.innerHTML = st[i].defroutev6.dev);
u.innerHTML = st[i].defroutev6.dev;
if (u = document.getElementById('v6metr'))
u.innerHTML = st[i].defroutev6.metr);
u.innerHTML = st[i].defroutev6.metr;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册