From e9fa69df18ae09748e04356e947f30a69cd0d25b Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Thu, 24 May 2018 00:25:36 +0200 Subject: [PATCH] luci-app-lxc: remove wrong leftover from last commit Signed-off-by: Dirk Brenken --- applications/luci-app-lxc/luasrc/view/lxc.htm | 3 --- 1 file changed, 3 deletions(-) diff --git a/applications/luci-app-lxc/luasrc/view/lxc.htm b/applications/luci-app-lxc/luasrc/view/lxc.htm index c1b44f867..5b1fb0411 100644 --- a/applications/luci-app-lxc/luasrc/view/lxc.htm +++ b/applications/luci-app-lxc/luasrc/view/lxc.htm @@ -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); -- 2.11.0