modules/admin-full: fix typo introduced with r6406
This commit is contained in:
parent
472ffe69a9
commit
59eb5ff576
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
var s = document.getElementById('<%=self.option%>-iw-signal');
|
var s = document.getElementById('<%=self.option%>-iw-signal');
|
||||||
if (s)
|
if (s)
|
||||||
s.innerHTML = String.format(
|
s.innerHTML = String.format(
|
||||||
'<img src="%s" title="<%:Signal%>: %d dBm / <%Noise%>: %d dBm" /><br />' +
|
'<img src="%s" title="<%:Signal%>: %d dBm / <%:Noise%>: %d dBm" /><br />' +
|
||||||
'<small>%d%%</small>', icon, iw.signal, iw.noise, p
|
'<small>%d%%</small>', icon, iw.signal, iw.noise, p
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue