Skip to content

Commit

Permalink
Fix: remove obsolete show()
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 15, 2024
1 parent 5f08f6e commit 76cbdc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/js/modalPlayback.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ function initModalSettingsPlayback() {
}
}, false);

elGetById('modalPlayback').addEventListener('show.bs.modal', function () {
elGetById('modalPlayback').addEventListener('show.bs.modal', function() {
getSettings(function(obj) {
if (parseSettings(obj) === true) {
cleanupModalId('modalPlayback');
populatePlaybackFrm();
uiElements.modalPlayback.show();
}
});
});
Expand Down

0 comments on commit 76cbdc4

Please sign in to comment.