diff options
author | Lutty Yang <lutty@wcan.in> | 2015-10-24 10:14:11 +0800 |
---|---|---|
committer | Lutty Yang <lutty@wcan.in> | 2015-10-24 10:14:11 +0800 |
commit | 1328b89ef875671d973835f19675166248df5674 (patch) | |
tree | 5c8e4c1f9d3c4390aecc4728038cd2c5173f0b91 /themes/luci-theme-material/htdocs/luci-static/material/js/script.js | |
parent | 8296a47c1ad8ed4ca5b6bc1032593c607242e913 (diff) |
luci-theme-material: fix some style bugs
Signed-off-by: Lutty Yang <lutty@wcan.in>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/js/script.js')
-rwxr-xr-x | themes/luci-theme-material/htdocs/luci-static/material/js/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js index d402728e55..03e5739ad8 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js +++ b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js @@ -57,7 +57,7 @@ var ret = false; if (!$('body').hasClass('logged-in')) { luciLocation = ["Main", "Login"]; - return false; + return true; } $(".main > .main-left > .nav > .slide > .menu").each(function () { |