ice icon indicating copy to clipboard operation
ice copied to clipboard

Needs a jQuery update past 1.8

Open danransom opened this issue 12 years ago • 2 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/

danransom avatar Nov 01 '13 15:11 danransom

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.

edragame avatar Nov 27 '13 18:11 edragame

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

zwik avatar Jun 12 '15 07:06 zwik