summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-05-24 00:25:36 +0200
committerGitHub <noreply@github.com>2018-05-24 00:25:36 +0200
commite9fa69df18ae09748e04356e947f30a69cd0d25b (patch)
tree4f6f51056afefd93804f923f3319196de75c112a
parentfa4dc6be91ad86dbaa0959b40bdb14f50ad21a67 (diff)
luci-app-lxc: remove wrong leftover from last commit
Signed-off-by: Dirk Brenken <dev@brenken.org>
-rw-r--r--applications/luci-app-lxc/luasrc/view/lxc.htm3
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-app-lxc/luasrc/view/lxc.htm b/applications/luci-app-lxc/luasrc/view/lxc.htm
index c1b44f8671..5b1fb0411c 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);