flake8
passed.
JSHint
passed.
Review Request #9827 — Created March 22, 2018 and submitted
This fixes up a few regressions that occurred when we updated to jQuery
3.x:
$.fn.live(event)
no longer exists, in favor of$(document).on(event, selector)
.reload
unless we've done initial set up$.load
no longer exists. I've changed a use ofLoaded the admin site and played around with the dashboard without
seeing any errors pop up in the browser console.