-
Notifications
You must be signed in to change notification settings - Fork 554
Closed
Description
Sorry I don't know how to do a pull-request, but I think I found a bug in garden.js...
In the mainNav.slideUp event handler: this has no removeAttr function.
On line 187:
was:
mainNav.slideUp(300, function() {this.removeAttr('style');});fixed:
mainNav.slideUp(300, function() {$('#nav_main').removeAttr('style');});Metadata
Metadata
Assignees
Labels
No labels