mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
280 B
JavaScript
7 lines
No EOL
280 B
JavaScript
Template[getTemplate('postVideo')].events({
|
|
'click .post-video-lightbox-hide, click .post-video-lightbox': function (e) {
|
|
e.preventDefault();
|
|
$(e.target).parents('.post').find('.post-video-lightbox').fadeOut('fast');
|
|
$('body').removeClass('showing-lightbox');
|
|
}
|
|
}) |