You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.
Functionality (that depends on jQuery) to control Switches seems to be broken for any switch that have "dot" character in its name (e.g. "blog.comments.globally_disabled"). Can anyone reproduce? The bug seem to have appeared after commit d9d8277. Anyone seeing a solution that would be backwards compatible for anyone actually using the element ids?
The text was updated successfully, but these errors were encountered:
update gargoyle.js file so that its syntax is correct for jQuery version 1.6.4 (see pull request Wrap id's of selectors in quotes #73). This should be backwards compatible with jQuery 1.4.4.
then update jQuery version in Nexus to 1.6.4 (newer jQuery version doesn't work as its API has changed too much) (this change is currently only in my forked repo: Raekkeri/nexus@eeb3ac0)
Functionality (that depends on jQuery) to control Switches seems to be broken for any switch that have "dot" character in its name (e.g. "blog.comments.globally_disabled"). Can anyone reproduce? The bug seem to have appeared after commit d9d8277. Anyone seeing a solution that would be backwards compatible for anyone actually using the element ids?
The text was updated successfully, but these errors were encountered: