twitter-archive / clockworkraven

Human-Powered Data Analysis with Mechanical Turk
http://twitter.github.com/clockworkraven/
Apache License 2.0
300 stars 58 forks source link

Update jQuery and jQuery UI to latest version #42

Closed benweissmann closed 12 years ago

benweissmann commented 12 years ago

The breakage of the template editor appears to be an incompatibility between the versions of jQuery and jQueryUI we're using -- I was getting the curCSS error mentioned in http://bugs.jquery.com/ticket/11921. This pull request updates both to the most recent stable releases, and switches us over to using a fixed version of jQuery rather than Rails's version, which should hopefully stop this from happening again.

This fixes issue #33.