gkoberger / BugzillaJS

A userscript that adds additional functionality to bugzilla
https://addons.mozilla.org/en-US/firefox/addon/bugzillajs/
43 stars 18 forks source link

Update jQuery to 1.11.2 to silence warning about getPreventDefault #110

Closed mnoorenberghe closed 9 years ago

mnoorenberghe commented 9 years ago

Also updates jquery.scrollTo from 1.4.2 to 1.4.14 as I figured they likely are tested together better.

rik commented 9 years ago

Thanks for this. I'd prefer taking the minified versions of those to reduce memory footprint. And we could take jQuery 2.1.3 too I guess.

mnoorenberghe commented 9 years ago

OK, I switched to the minified versions. I was worried that there could be compatibility issues with jQuery 2.1.3 so I didn't want to risk it.

rik commented 9 years ago

Thanks a lot for this!