Skip to content

Commit

Permalink
Update js/tests/visual/modal.html
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
  • Loading branch information
GeoSot and julien-deramond committed Sep 21, 2022
1 parent f561353 commit d537a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/visual/modal.html
Expand Up @@ -236,7 +236,7 @@ <h4 class="modal-title" id="slowModalLabel">Lorem slowly</h4>
const modalFf = new bootstrap.Modal(firefoxModal)

document.getElementById('btnPreventModal').addEventListener('click', () => {
const shownFirefoxModal =() => {
const shownFirefoxModal = () => {
modalFf.hide()
firefoxModal.removeEventListener('shown.bs.modal', hideFirefoxModal)
}
Expand Down

0 comments on commit d537a48

Please sign in to comment.