Skip to content

Commit 1ca4ea9

Browse files
author
Raushan Kumar Raman
committed
bug(case_contact): fixed the order of case contacts
1 parent f701a4e commit 1ca4ea9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/javascript/src/case_contact.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ async function fireSwalFollowupAlert () {
4242
})
4343
}
4444

45-
$(document).on('turbo:load', function() {
46-
$('.filter-form').on('change', '.filter-input', function() {
47-
$(this).closest('form').submit();
48-
});
49-
});
45+
$(document).on('turbo:load', function () {
46+
$('.filter-form').on('change', '.filter-input', function () {
47+
$(this).closest('form').submit()
48+
})
49+
})
5050

5151
$(() => { // JQuery's callback for the DOM loading
5252
$('[data-toggle="tooltip"]').tooltip()

0 commit comments

Comments
 (0)