flake8
passed.
JSHint
passed.
Review Request #9714 — Created March 1, 2018 and submitted
This change moves us over to the latest versions of jQuery and
jquery.form. This was relatively painless, with only a few changes being
necessary:
$(func)
or $(document).ready(func)
now always invoke their callbacks$.browser
is gone.$.fn.load
used to do two things (one loaded stuff, the other$.fn.on
.$.fn.andSelf
has been removed, in favor of $.fn.addBack
(whichI excluded the following reviewboard/static/lib/js changes:
Revision 2 (+39 -42)
Apparently we really do need jquery to be included at the top of the document.
Revision 3 (+48 -47)