flake8
passed.
JSHint
failed.
JSHint
-
djblets/static/djblets/js/jquery.gravy.util.js (Diff revision 1) Show all issues
Review Request #12975 — Created April 21, 2023 and submitted
Information | |
---|---|
david | |
Djblets | |
release-4.x | |
Reviewers | |
djblets | |
When we first wrote Djblets's JS codebase, jQuery forced you to either
use.show()
or.hide()
, and didn't have a way to easily show based
on a bool, so we wrote our own. Way back in jQuery 1.3, they added this,
but we never noticed. This change updates our codebase to use
$.toggle()
instead.
Ran js-tests.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
Missing semicolon. Column: 37 Error code: W033 |
![]() |
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+14 -6) |