diff options
author | Yanlan Shen <yanlan.shen.@rosinson.com> | 2018-11-09 14:57:02 +0800 |
---|---|---|
committer | Yanlan Shen <yanlan.shen.@rosinson.com> | 2018-11-09 15:06:52 +0800 |
commit | 6caf05eee2c68dd4d532159587cc4baf363eaff1 (patch) | |
tree | 3027f62756ee1e6b9711da7413003b38ec1670c3 /themes/luci-theme-rosy/htdocs/luci-static/rosy/js | |
parent | a4e4f935e0a48c913dcc4b91c6a0e599c52fc0cc (diff) |
luci-theme-rosy: Bug fix for network-interfaces
Signed-off-by: Yanlan Shen <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 | 1 |
1 files changed, 1 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 b50bc17984..11d3cd68ae 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 @@ -268,5 +268,6 @@ $('.logged-in .main-right').width( $(window).width() - $('.logged-in .main-left').width() - 50 ); } + $('body.logged-in').css('min-height', $(window).height()); })(jQuery); |