-
Notifications
You must be signed in to change notification settings - Fork 249
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
startController classname #1843
Comments
@danielghost could you please elaborate more? |
http://api.jquery.com/is/ uses a css selector we either need to change the name to |
Here we provided _className with dot(.) prefix i.e. "_className": ".size-small.touch, .size-medium.touch". |
var $html = $("html");
if (!className || $html.is(className) || $html.hasClass(className)) { |
Ok that's fine @oliverfoster |
PR:#1865 |
can some one close this issue ? |
👍 |
https://github.com/adaptlearning/adapt_framework/blob/master/src/core/js/startController.js#L73 - expects a selector rather than a classname, so we may wish to either amend the
_className
attribute to make this clearer or amend the method to look at classes specifically.The text was updated successfully, but these errors were encountered: