Skip to content

Commit

Permalink
[HOTFIX] initVideoModal error in common.js (vuejs#1378) (vuejs#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuejs-jp-bot authored and kazupon committed Jan 12, 2018
1 parent b128691 commit 2a648c1
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
Expand Up @@ -147,7 +147,7 @@
var modalButton = document.getElementById('modal-player')
var videoModal = document.getElementById('video-modal')

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

Expand Down

0 comments on commit 2a648c1

Please sign in to comment.