Upgrade to jQuery 1.9.1
authorJack Allnutt <m2ys4u@gmail.com>
Wed, 22 May 2013 21:16:13 +0000 (22:16 +0100)
committerJack Allnutt <m2ys4u@gmail.com>
Wed, 22 May 2013 21:16:13 +0000 (22:16 +0100)
commit0935901c8ceccb48978975395e8484aa783ef634
treec3efe13f58ef66910414322b49db4d570753f5d6
parent3ea29ac239f03c677ddb31574d9b569caec1167a
Upgrade to jQuery 1.9.1

Trim the whitespace from the templates before passing to jQuery as 1.9.x is more strict than <=1.8.x.

Use .prop instead of.attr for the checkboxes in the settings applet, for the same reason.
client/assets/libs/jquery-1.8.2.min.js [deleted file]
client/assets/libs/jquery-1.9.1.min.js [new file with mode: 0755]
client/assets/plugins/plugin_example.html
client/assets/src/applets/chanlist.js
client/assets/src/applets/scripteditor.js
client/assets/src/applets/settings.js
client/assets/src/index.html.tmpl
client/assets/src/models/application.js
client/assets/src/views/nickchangebox.js
client/assets/src/views/serverselect.js
client/assets/src/views/userbox.js