Skip to content

Commit 524a4b5

Browse files
Jinjiangchrisvfritz
authored andcommitted
[HOTFIX] initVideoModal error in common.js (#1378)
1 parent 7289185 commit 524a4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/source/js/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
var modalButton = document.getElementById('modal-player')
148148
var videoModal = document.getElementById('video-modal')
149149

150-
if (!modalButton || !videoWrapper) {
150+
if (!modalButton || !videoModal) {
151151
return
152152
}
153153

0 commit comments

Comments
 (0)