mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
7 lines
280 B
JavaScript
7 lines
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');
|
||
|
}
|
||
|
})
|