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

typo causes missing css class in WMJSTimeSelector #36

Open
jpulles opened this issue Dec 9, 2018 · 0 comments
Open

typo causes missing css class in WMJSTimeSelector #36

jpulles opened this issue Dec 9, 2018 · 0 comments

Comments

@jpulles
Copy link

jpulles commented Dec 9, 2018

A css class is meant to be defined by:

var controlElementBottom = $('<div class=""WMJSTimeSelector-controlElementBottom WMJSTimeSelector-noselect"/>', {});

The double quote before WMJS... ends the css class.
The line should be:

var controlElementBottom = $('<div class="WMJSTimeSelector-controlElementBottom WMJSTimeSelector-noselect"/>', {});
@jpulles jpulles changed the title type causes missing css class in WMJSTimeSelector typo causes missing css class in WMJSTimeSelector Dec 9, 2018
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