Skip to content

Found a bug in garden.js #281

@remz

Description

@remz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions