Skip to content

Displays only 4 'columns' of years in year view #156

Description

@kangarolf
    years.each(function(_year, i){
        var date = new Date(_year), year = date.get('year');
        if (i % 4 === 0)

Uses 4 as the mod value and should be 5. You lose an antire row of years otherwise which are displayed on a row you cant see!

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