From 524a4b51c9adacefebcdb4cd340d9f6f91c6cabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8B=BE=E4=B8=89=E8=82=A1=E5=9B=9B?= Date: Thu, 11 Jan 2018 01:55:43 +0800 Subject: [PATCH] [HOTFIX] initVideoModal error in common.js (#1378) --- 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 bdc1add198..91d12ff8f7 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 }