Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated menu at small screen view #8016 #382

Merged
merged 1 commit into from
Jun 11, 2015

Conversation

gautampanday
Copy link
Contributor

No description provided.

$('#nav-expander').on('click',function(e){
e.preventDefault();
if($(this).children('.fa').hasClass('fa-bars')) {
$(this).children('.fa-bars').removeClass('fa-bars');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 space indent.

@GauravButola
Copy link
Contributor

LGTM

prakashpp added a commit that referenced this pull request Jun 11, 2015
Updated menu at small screen view #8016
@prakashpp prakashpp merged commit 9805c80 into openlabs:develop Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants