diff options
Diffstat (limited to 'themes/luci-theme-rosy')
-rwxr-xr-x | themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js index 886e175cc4..bef272760a 100755 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js @@ -276,6 +276,6 @@ }); - $('#cbi-network-switch_vlan .table').wrap('#vlan_table'); + $('#cbi-network-switch_vlan .table').wrap('<div id="vlan_table"></div>'); })(window, jQuery); |