fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
333 stars 52 forks source link

Fix tabs widget js unquoted url bug (breaks tabs with jQuery 2.2.0) #381

Closed nadzinski closed 8 years ago

nadzinski commented 8 years ago

The # in tabs anchors is a special character and needed to be quoted in a jQuery query. This bug didn't cause any errors for older versions of jQuery but broke the tabs widget when using jQuery 2.2.0.