We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f1eef commit 6fdb65dCopy full SHA for 6fdb65d
app/javascript/core/init.js
@@ -110,7 +110,7 @@ $(function () {
110
$('[data-action="toggle"]').click(function (e) {
111
e.preventDefault()
112
const target = $(this).attr("data-target")
113
- return $.find(target).toggleClass("hidden")
+ return $(target).toggleClass("hidden")
114
})
115
116
// init universal search input field
@@ -254,7 +254,7 @@ $(document).on("modal:contentUpdated", function (e) {
254
return $('[data-action="toggle"]').click(function (e) {
255
256
257
258
259
260
0 commit comments