mirror of
https://github.com/openvk/openvk
synced 2025-03-14 05:25:21 +03:00
newlines
This commit is contained in:
parent
971f793b96
commit
49c8fa2e6a
10 changed files with 10 additions and 10 deletions
|
@ -153,4 +153,4 @@ class Video implements Handler
|
|||
|
||||
$resolve($res);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -152,4 +152,4 @@ final class Likes extends VKAPIRequestHandler
|
|||
"copied" => 0
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,4 +58,4 @@ final class Video extends VKAPIRequestHandler
|
|||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -89,4 +89,4 @@ class Comment extends Post
|
|||
}
|
||||
return $res;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -223,4 +223,4 @@ time.bsdn_timeFull {
|
|||
|
||||
.bsdn_fullScreenButton > img, .bsdn_repeatButton > img, .bsdn_soundIcon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -303,4 +303,4 @@ body.dimmed > .dimmer {
|
|||
|
||||
.right-arrow img:hover, .left-arrow img:hover {
|
||||
opacity: 50%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -660,4 +660,4 @@ $(document).on("click", "#shareVideo", async (e) => {
|
|||
console.error(rejection)
|
||||
document.getElementById("group").setAttribute("disabled", "disabled")
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
@ -381,4 +381,4 @@ function bsdnInitElement(el) {
|
|||
|
||||
function bsdnHydrate() {
|
||||
document.querySelectorAll(".bsdn").forEach(bsdnInitElement);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1580,4 +1580,4 @@
|
|||
"shared_succ_video" = "Video will appear at your wall. Click on this notification to move to post.";
|
||||
"watch_in_window" = "Watch in window";
|
||||
|
||||
"comments_load_timeout" = "The instance may have fallen";
|
||||
"comments_load_timeout" = "The instance may have fallen";
|
||||
|
|
|
@ -1473,4 +1473,4 @@
|
|||
"shared_succ_video" = "Видео появится на вашей стене. Нажмите на уведомление, чтобы перейти к записи.";
|
||||
"watch_in_window" = "Смотреть в окне";
|
||||
|
||||
"comments_load_timeout" = "Возможно, инстанция упала.";
|
||||
"comments_load_timeout" = "Возможно, инстанция упала.";
|
||||
|
|
Loading…
Reference in a new issue