luci-splash: getElementById("splash_table") splash_table is the id from a tbody. dont add tbody close tag.
This commit is contained in:
parent
1b7a550e01
commit
65e081954a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ end
|
|||
<% else %>
|
||||
s += String.format('%s', splash.policy);
|
||||
<% end %>
|
||||
s += '</td></tr></tbody>'
|
||||
s += '</td></tr>'
|
||||
}
|
||||
tbody.innerHTML = s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue