disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
746 stars 112 forks source link

Wrap id's of selectors in quotes #73

Open Raekkeri opened 11 years ago

Raekkeri commented 11 years ago

This fixes the cases with newer jQuery where selector contains dot characters.

Attempting to fix this issue: https://github.com/disqus/gargoyle/issues/72

jQuery version used by Nexus would still need to be updated to fix the issue completely.

adamchainz commented 8 years ago

Merged into the YPlan fork at YPlan/gargoyle#34 , with the Nexus jQuery upgrade in YPlan/nexus#43 . Thanks.