luci-theme-rosy: fix table overflow on network/switch 2688/head
authoryglb <39110824+yglb@users.noreply.github.com>
Thu, 2 May 2019 09:05:55 +0000 (17:05 +0800)
committerRosy Song <rosysong@rosinson.com>
Sun, 5 May 2019 03:03:22 +0000 (11:03 +0800)
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
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);