@@ -208,7 +208,9 @@
if (hasVideo) {
$("#videoArea").show()
} else {
- $("#videoArea").hide()
+ setTimeout(function () {
+ $("#videoArea").hide()
+ }, 500)
}
$('input[type=radio][name=has_video]').change(function() {