Remove a couple more jquery.gravy utilities.

Review Request #13493 — Created Jan. 8, 2024 and discarded — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove a couple more jquery.gravy utilities.
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). Testing Done: Ran js-tests.
d880b34dacf7c5195c27daa38cb51345a31b52b5 David Trowbridge
djblets/static/djblets/js/jquery.gravy.util.js
Loading...