Skip to content

Commit 4a8e165

Browse files
committed
hide modal messages fix
Signed-off-by: MarioRadu <[email protected]>
1 parent ab8ece0 commit 4a8e165

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App/assets/js/components/_admin.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,4 @@ $(document).ready(() => {
117117
adminDeleteModal.find('#confirmation').prop('checked', false);
118118
adminDeleteModal.find('.modal-messages').html('');
119119
});
120-
121-
adminDeleteModal.on('hide.bs.modal', function () {
122-
adminDeleteModal.find('#confirmation').prop('checked', false);
123-
adminDeleteModal.find('.modal-messages').html('');
124-
});
125120
});

0 commit comments

Comments
 (0)