luci-app-lxc: remove wrong leftover from last commit
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
fa4dc6be91
commit
e9fa69df18
1 changed files with 0 additions and 3 deletions
|
@ -389,9 +389,6 @@ table.cbi-section-table td,
|
|||
|
||||
function set_empty_template()
|
||||
{
|
||||
if (document.getElementById('tr_holder') !== null)
|
||||
return
|
||||
|
||||
var row_count = t_lxc_create.rows.length;
|
||||
while(--row_count) t_lxc_create.deleteRow(row_count);
|
||||
|
||||
|
|
Loading…
Reference in a new issue