diff options
author | Dirk Brenken <dev@brenken.org> | 2018-05-24 00:26:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-24 00:26:42 +0200 |
commit | 59d91d8a72829a79d2f876f75ed7706eda195bdf (patch) | |
tree | c414701a28b41a1c9385187d31cfc614786265ae | |
parent | 77d957c39012575d91e4c38ddfb1624fb08c81aa (diff) | |
parent | e9fa69df18ae09748e04356e947f30a69cd0d25b (diff) |
Merge pull request #1818 from dibdot/lxc_fix
luci-app-lxc: remove wrong leftover from last commit
-rw-r--r-- | applications/luci-app-lxc/luasrc/view/lxc.htm | 3 |
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 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); |