Remove a couple more jquery.gravy utilities.
Review Request #13493 — Created Jan. 8, 2024 and discarded — Latest diff uploaded
This change removes two of our patched-in jQuery methods which are no
longer useful:
$.setVisible()
has been supplanted by$.toggle()
. We switched our
codebases over to this for Djblets 4.0/RB 6.0.$.delay()
exists in upstream jQuery now (and has for a long time).
Ran js-tests.