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

Show the list rather, than the calendar view #76

Open
pixelcrash opened this issue Dec 7, 2017 · 1 comment
Open

Show the list rather, than the calendar view #76

pixelcrash opened this issue Dec 7, 2017 · 1 comment

Comments

@pixelcrash
Copy link

Is there a possible hack of showing the list, which appears when you click on an event, rather then the calendar view?

@pixelcrash
Copy link
Author

pixelcrash commented Dec 7, 2017

My fast workaround:

jQuery(window).load( function() {
    var theList = jQuery("#mycalendar .monthly-event-list");
    theList.show();
    theList.css("transform");
    theList.css("transform", "scale(1)");
});

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