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

Commit

Permalink
Fix side menu so that it stays open and displays correct icon
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
jwieringa authored and radar committed Sep 19, 2013
1 parent f3034a1 commit bdb29eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/assets/javascripts/documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ $(function() {

active_menu.addClass('active-open');
if(active_menu.parent().next().attr('class') == 'js-guides'){
active_menu.parent().next().attr('style', 'display: block !important');
active_menu.prev().find('i.icon-right-open').removeClass('icon-right-open').addClass('icon-down-open')
active_menu.parent().next().show();
}
else {
active_menu.parent().parent().show()
Expand Down

0 comments on commit bdb29eb

Please sign in to comment.