Skip to content

Remove unnecessary jquery reference

Justin Boyson requested to merge jdb/remove-jquery-noteable-note into master

What does this MR do?

JQuery is not needed in this file it is only used to wrap an element in JQuery to be passed into the action scrollToNoteIfNeeded. That action in turns calls a util function scrollToElement which already checks for JQuery and wraps the element if needed.

Screenshots

n/a

Does this MR meet the acceptance criteria?

Conformity

Merge request reports