diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-12-11 06:55:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 06:55:22 +0100 |
commit | 8649e5b4c6665e64a306c729ed5db48e2078c3ab (patch) | |
tree | ead906d81b6508ec5f3d8f05eb9cde6549e0d941 /themes/luci-theme-rosy/htdocs/luci-static/rosy/js | |
parent | 62990e23382943a30a2ac9520690b22dc07c90f2 (diff) | |
parent | 3fd74316ab5932c39c1b932e2603c78c56eeb0b0 (diff) |
Merge pull request #2367 from yglb/master
luci-theme-rosy: Fixed insufficient container container width
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 | 2 |
1 files changed, 2 insertions, 0 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 9d9cc7a2f9..76ee383ccb 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 @@ -286,4 +286,6 @@ }); }); + $('.lang_enNetwork #cbi-samba-sambashare .table').wrap('<div class="table-container"></div>'); + })(jQuery); |