Skip to content

ParentFolder should not submit #504

@gmkll

Description

@gmkll

Except DOM-Reloading with XHR-Request a Full-Page-Reload is triggered with current code

$('#parentfolder').click(function() { getFolderInfo(currentpath); } );

Returnig false is required to avoid this...

$('#parentfolder').click(function() { getFolderInfo(currentpath); return false; } );

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