nytimes / ice

track changes with javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needs a jQuery update past 1.8

danransom opened this issue · comments

jQuery 1.9 implements many significant changes that break ICE. This includes the removal of jQuery.browser(). See this page for details: http://jquery.com/upgrade-guide/1.9/

This isn't a fullproof solution, but if you have upgraded and need ICE to continue to work, you can include the jQuery migration script found here: https://github.com/jquery/jquery-migrate/

<script type="text/javascript" src="jquery-migrate-1.2.1.js"></script>

This has ICE back and working again for me.

Since there are XSS issues with jquery-migrate-1.2.1 I still find it broken.

I've forked the project and did a fix. The fork can be found here: https://github.com/zwik/ice