luci-theme-rosy: fix table overflow on network/switch
[project/luci.git] / themes / luci-theme-rosy / htdocs / luci-static / rosy / js / script.js
index 886e175cc41e3d61a793949dbcaa6dd2b2f48a80..bef272760a9e5606aa396a88ed587eadc05173ab 100755 (executable)
 
     });
 
-    $('#cbi-network-switch_vlan .table').wrap('#vlan_table');
+    $('#cbi-network-switch_vlan .table').wrap('<div id="vlan_table"></div>');
     
 })(window, jQuery);