DEV: Run prettier
This commit is contained in:
parent
9b841ea83f
commit
17bca00661
|
@ -14,7 +14,10 @@ export default {
|
|||
$(".lazyYT", $elem).lazyYT({
|
||||
onPlay(e, $el) {
|
||||
// don't cloak posts that have playing videos in them
|
||||
const postId = parseInt($el.closest("article").data("post-id"), 10);
|
||||
const postId = parseInt(
|
||||
$el.closest("article").data("post-id"),
|
||||
10
|
||||
);
|
||||
if (postId) {
|
||||
api.preventCloak(postId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue