Update to jQuery 1.11
Review Request #6700 — Created Dec. 16, 2014 and submitted
This does the small amount needed to migrate Review Board to jQuery 1.11.
- Ran js-tests.
- Grepped through the javascript code and audited against the list of
backwards-incompatible changes in jQuery 1.9 (1.10 and 1.11 are pretty
trivial in terms of incompatible changes).
Tool: PEP8 Style Checker Ignored Files: reviewboard/static/lib/js/jquery-1.11.1.min.js reviewboard/static/rb/js/views/commentDialogView.js reviewboard/static/rb/js/views/floatingBannerView.js reviewboard/static/lib/js/jquery-1.11.1.min.map reviewboard/templates/js/jquery.html reviewboard/static/lib/js/jquery-migrate-1.2.1.min.js Tool: Pyflakes Ignored Files: reviewboard/static/lib/js/jquery-1.11.1.min.js reviewboard/static/rb/js/views/commentDialogView.js reviewboard/static/rb/js/views/floatingBannerView.js reviewboard/static/lib/js/jquery-1.11.1.min.map reviewboard/templates/js/jquery.html reviewboard/static/lib/js/jquery-migrate-1.2.1.min.js