Skip to content

Commit 2a648c1

Browse files
vuejs-jp-botkazupon
authored andcommitted
[HOTFIX] initVideoModal error in common.js (vuejs#1378) (vuejs#625)
1 parent b128691 commit 2a648c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: themes/vue/source/js/common.js

+1-1
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)