Skip to content

Commit

Permalink
menu fix fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Mar 1, 2021
1 parent 0a94365 commit 2734231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $(document).ready(function (){
$topbarContainer.append($mobilediv)

var $topbar = $('<div class="top-bar" id="responsive-menu"></div>');
var $topbarleft = $('<div class="top-bar-left"><ul class="dropdown menu" data-dropdown-menu><li class="show-for-medium"><a id="topbarLogo" href="http://riverscapes.xyz/">Riverscapes Consortium</a></li></ul></div>')
var $topbarleft = $('<div class="top-bar-left"><ul class="dropdown menu" data-dropdown-menu><li class="show-for-medium"><a id="topbarLogo" href="'+NAVHome+'">'+NAVTitle+'</a></li></ul></div>')
var $topbarright = $('<div class="top-bar-right"></div>');
$topbar.append($topbarleft);

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ settings:
- title: "Riverscapes Consortium"
url: http://riverscapes.xyz
- title: "Tools"
url: http://riverscapes.xyz/rc-tools.html
url: https://riverscapes.xyz/Tools/
- title: "Data"
url: https://data.riverscapes.xyz
- title: "Maps"
Expand Down

0 comments on commit 2734231

Please sign in to comment.