diff options
author | yglb <39110824+yglb@users.noreply.github.com> | 2019-04-07 17:15:14 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2019-04-07 17:43:32 +0800 |
commit | 1b2c0fd0fa44ae701fd887ee4598942246211cc4 (patch) | |
tree | b9aa5b381bc7351e78e359c2468928c5ae09137c /themes/luci-theme-rosy/htdocs/luci-static/rosy/js | |
parent | 533a39a6634cb84945054947061217581ea26883 (diff) |
luci-theme-rosy: fix view for rosy-file-server packages
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/js')
-rwxr-xr-x | themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 4 |
1 files changed, 3 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 7f5f1ad0b0..886e175cc4 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 @@ -273,7 +273,9 @@ thisParent.removeClass('op-eye'); $(this).prev().attr('type', 'password'); } - + }); + $('#cbi-network-switch_vlan .table').wrap('#vlan_table'); + })(window, jQuery); |