Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ad/persistent menu mouseover #35566
Ad/persistent menu mouseover #35566
Changes from all commits
ddb1971
aefba48
183e18c
81f5b4e
dd993b6
fcd390b
2a6bf8e
1d0149a
5add15d
bb1c3cd
2a41d1e
0a849df
d9ce94a
c91259a
7c9c5f8
e66383d
1acfa1e
705e266
5c682d3
0346101
ee5de16
970b7f7
9b368ea
239c787
89c468a
e2aa510
0f85b57
64a1e97
fcc104a
63fb0db
1ee3437
ffb126e
5b2b51c
a1b3dc5
5422c2e
61a75ae
27ff004
0c1b9f6
c1dbed4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1 in corehq/apps/cloudcare/static/cloudcare/js/formplayer/apps/views.js
GitHub Actions / Lint Javascript
Check warning on line 1 in corehq/apps/cloudcare/static/cloudcare/js/formplayer/menus/controller.js
GitHub Actions / Lint Javascript
Check warning on line 1 in corehq/apps/cloudcare/static/cloudcare/js/formplayer/menus/views.js
GitHub Actions / Lint Javascript
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the purpose of adding these ids?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
originally the ids were intended to make sure that there weren't cloned elements floating around that would be difficult to search for/trouble shoot. The clones are being removed immediately, so I can see the argument that giving them ids isn't strictly necessary at this point. I'm on the fence about whether it's better to skip adding the ids. I could be swayed either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there's no use for it now, my preference would be to delete it to remove the chance of confusion of what its purpose is.
Check warning on line 1664 in corehq/apps/cloudcare/static/cloudcare/js/formplayer/menus/views.js
GitHub Actions / Lint Javascript
Check warning on line 1665 in corehq/apps/cloudcare/static/cloudcare/js/formplayer/menus/views.js
GitHub Actions / Lint Javascript
Check warning on line 1666 in corehq/apps/cloudcare/static/cloudcare/js/formplayer/menus/views.js
GitHub Actions / Lint Javascript
Check warning on line 1667 in corehq/apps/cloudcare/static/cloudcare/js/formplayer/menus/views.js
GitHub Actions / Lint Javascript