git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b6ee173
)
applications/luci-upnp: template change
author
Jo-Philipp Wich
<redacted>
Mon, 15 Nov 2010 22:07:03 +0000
(22:07 +0000)
committer
Jo-Philipp Wich
<redacted>
Mon, 15 Nov 2010 22:07:03 +0000
(22:07 +0000)
applications/luci-upnp/luasrc/view/upnp_status.htm
patch
|
blob
|
history
diff --git
a/applications/luci-upnp/luasrc/view/upnp_status.htm
b/applications/luci-upnp/luasrc/view/upnp_status.htm
index ed1632b0ab5f3ec593406bbd28dd1e12355b5776..3ef668e9914c885b6d98c8f9224b51324d863db9 100644
(file)
--- a/
applications/luci-upnp/luasrc/view/upnp_status.htm
+++ b/
applications/luci-upnp/luasrc/view/upnp_status.htm
@@
-17,11
+17,9
@@
var stxhr = new XHR();
(function() {
stxhr.get('<%=luci.dispatcher.build_url("admin", "services", "upnp", "status")%>', null,
- function(x)
+ function(x
, st
)
{
- var st = x.responseText ? eval('(' + x.responseText + ')') : null;
var tb = document.getElementById('upnp_status_table');
-
if (st && tb)
{
/* clear all rows */
git clone https://git.99rst.org/PROJECT