luci-splash: getElementById("splash_table") splash_table is the id from a tbody....
authorPatrick Grimm <patrick@lunatiki.de>
Thu, 2 Feb 2012 21:55:37 +0000 (21:55 +0000)
committerPatrick Grimm <patrick@lunatiki.de>
Thu, 2 Feb 2012 21:55:37 +0000 (21:55 +0000)
applications/luci-splash/luasrc/view/admin_status/splash.htm

index 86cb9c83a15a029f5b342632e2e27bae28b02070..f4abc228d223fe562c8644887aa33ae8e55740ab 100644 (file)
@@ -207,7 +207,7 @@ end
                                <% else %>
                                        s += String.format('%s', splash.policy);
                                <% end %>
-                                       s += '</td></tr></tbody>'
+                                       s += '</td></tr>'
                                }
                                tbody.innerHTML = s;
                        }