Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #662 from olefredrik/fixOffCanvasBug
Browse files Browse the repository at this point in the history
Fix off canvas bug
  • Loading branch information
olefredrik committed Dec 30, 2015
2 parents 524759b + 1952983 commit 22236b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parts/mobile-off-canvas.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

?>

<nav class="off-canvas position-left" id="offCanvas" data-off-canvas data-position="left" data-accordion-menu role="navigation">
<nav class="off-canvas position-left" id="offCanvas" data-off-canvas data-position="left" role="navigation">
<?php foundationpress_mobile_nav(); ?>
</nav>

Expand Down
2 changes: 1 addition & 1 deletion parts/mobile-top-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

?>

<nav class="vertical menu" data-accordion-menu role="navigation">
<nav class="vertical menu" role="navigation">
<?php foundationpress_mobile_nav(); ?>
</nav>

0 comments on commit 22236b1

Please sign in to comment.