mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 07:14:37 +00:00
Merge pull request #950 from sharelatex/as-fix-navbar-logic
Fix plans & pricing showing for logged in users
This commit is contained in:
commit
035109177a
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ nav.navbar.navbar-default.navbar-main
|
|||
|| (item.only_content_pages && (typeof(suppressNavContentLinks) == "undefined" || !suppressNavContentLinks))
|
||||
){
|
||||
var showNavItem = true
|
||||
} else {
|
||||
var showNavItem = false
|
||||
}
|
||||
|
||||
if showNavItem
|
||||
|
|
Loading…
Add table
Reference in a new issue