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 f701a4e commit 1ca4ea9Copy full SHA for 1ca4ea9
app/javascript/src/case_contact.js
@@ -42,11 +42,11 @@ async function fireSwalFollowupAlert () {
42
})
43
}
44
45
-$(document).on('turbo:load', function() {
46
- $('.filter-form').on('change', '.filter-input', function() {
47
- $(this).closest('form').submit();
48
- });
49
-});
+$(document).on('turbo:load', function () {
+ $('.filter-form').on('change', '.filter-input', function () {
+ $(this).closest('form').submit()
+ })
+})
50
51
$(() => { // JQuery's callback for the DOM loading
52
$('[data-toggle="tooltip"]').tooltip()
0 commit comments