Skip to content

Timelog tab is not visible is default, when it only one #7

@kvetkin

Description

@kvetkin

Timelog tab is not visible is default (not selected), when it only one (no tab history and comments).
Please, do it selected by default.
I correct file issue-history-tabs.js to do this
if ($('.tabs a.selected').length == 0){ var aTabSelected = $('.tabs a').first(); aTabSelected.addClass('selected'); if (aTabSelected.length) { var aContentId = aTabSelected.attr('id').replace('tab-', 'tab-content-'); $('#' + aContentId).show(); } }

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