Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kangarolf opened this issue May 12, 2014 · 0 comments
Open

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

kangarolf opened this issue May 12, 2014 · 0 comments

Comments

@kangarolf
Copy link

    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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant