Skip to content

Commit 643d6a5

Browse files
committed
Update common.js
1 parent 96f5ec7 commit 643d6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/source/js/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
videoModal.classList.toggle('open')
157157
document.body.classList.toggle('stop-scroll')
158158
document.body.appendChild(overlay)
159-
videoWrapper.innerHTML = '<iframe style="height: 100%; left: 0; position: absolute; top: 0; width: 100%;" src="http://player.youku.com/embed/XMzI1Mjk2MTY3Mg==" frameborder="0" allowfullscreen></iframe>'
159+
videoWrapper.innerHTML = '<iframe style="height: 100%; left: 0; position: absolute; top: 0; width: 100%;" src="http://player.youku.com/embed/XMzMwMTYyODMyNA==" frameborder="0" allowfullscreen></iframe>'
160160
})
161161

162162
document.body.addEventListener('click', function(e) {

0 commit comments

Comments
 (0)