fix: indentation

This commit is contained in:
Aimekram 2022-10-19 22:15:25 +02:00
parent 832b9eaf4d
commit 8251b65399
4 changed files with 5 additions and 5 deletions

View file

@ -1352,7 +1352,7 @@ function tryRemoveElement(elem) {
newdlg.classList.add('videoPlayerContainer');
if (options.fullscreen) {
newdlg.classList.add('videoPlayerContainer-onTop');
newdlg.classList.add('videoPlayerContainer-onTop');
}
let html = '';