@@ -261,7 +261,7 @@
$('.videoposter').hide()
$('#videoplayer').show()
}else {
- player.src = $(that).data('url')
+ player.src = res.data.video
}
$('.topic-video h3').html(`<a href="${$(that).parent('a').attr('href')}">${$(that).data('title')}<br />${$(that).data('subtitle')}</a> `)
$('.topic-video ol p').html($(that).data('desc'))