Skip to content

search not working due no indexcolname class #18

Description

@peterdd

On a shared server mod_autoindex does not put the classes into the th and td tags.

So no class indexcolname:

const nameColumns = Array.from(document.querySelectorAll('tbody .indexcolname'));

My workaround for current fancy-index:

const nameColumns = Array.from(document.querySelectorAll('tbody td:nth-child(1)'));

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