From 2a648c1002f431feed730bc2c0a52f4a77e2ea84 Mon Sep 17 00:00:00 2001 From: vuejs-jp-bot <31909778+vuejs-jp-bot@users.noreply.github.com> Date: Fri, 12 Jan 2018 10:05:50 +0900 Subject: [PATCH] [HOTFIX] initVideoModal error in common.js (#1378) (#625) --- themes/vue/source/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/source/js/common.js b/themes/vue/source/js/common.js index 5d21980c9..f4c82eb35 100644 --- a/themes/vue/source/js/common.js +++ b/themes/vue/source/js/common.js @@ -147,7 +147,7 @@ var modalButton = document.getElementById('modal-player') var videoModal = document.getElementById('video-modal') - if (!modalButton || !videoWrapper) { + if (!modalButton || !videoModal) { return }