Skip to content

Commit

Permalink
[HOTFIX] initVideoModal error in common.js (#1378)
Browse files Browse the repository at this point in the history
Jinjiang authored and chrisvfritz committed Jan 10, 2018
1 parent 7289185 commit 524a4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/vue/source/js/common.js
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@
var modalButton = document.getElementById('modal-player')
var videoModal = document.getElementById('video-modal')

if (!modalButton || !videoWrapper) {
if (!modalButton || !videoModal) {
return
}

0 comments on commit 524a4b5

Please sign in to comment.