mirror of
https://github.com/openvk/openvk
synced 2025-03-14 13:35:33 +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);
|
$resolve($res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -152,4 +152,4 @@ final class Likes extends VKAPIRequestHandler
|
||||||
"copied" => 0
|
"copied" => 0
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,4 +58,4 @@ final class Video extends VKAPIRequestHandler
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,4 +89,4 @@ class Comment extends Post
|
||||||
}
|
}
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -223,4 +223,4 @@ time.bsdn_timeFull {
|
||||||
|
|
||||||
.bsdn_fullScreenButton > img, .bsdn_repeatButton > img, .bsdn_soundIcon {
|
.bsdn_fullScreenButton > img, .bsdn_repeatButton > img, .bsdn_soundIcon {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
|
@ -303,4 +303,4 @@ body.dimmed > .dimmer {
|
||||||
|
|
||||||
.right-arrow img:hover, .left-arrow img:hover {
|
.right-arrow img:hover, .left-arrow img:hover {
|
||||||
opacity: 50%;
|
opacity: 50%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -660,4 +660,4 @@ $(document).on("click", "#shareVideo", async (e) => {
|
||||||
console.error(rejection)
|
console.error(rejection)
|
||||||
document.getElementById("group").setAttribute("disabled", "disabled")
|
document.getElementById("group").setAttribute("disabled", "disabled")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -381,4 +381,4 @@ function bsdnInitElement(el) {
|
||||||
|
|
||||||
function bsdnHydrate() {
|
function bsdnHydrate() {
|
||||||
document.querySelectorAll(".bsdn").forEach(bsdnInitElement);
|
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.";
|
"shared_succ_video" = "Video will appear at your wall. Click on this notification to move to post.";
|
||||||
"watch_in_window" = "Watch in window";
|
"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" = "Видео появится на вашей стене. Нажмите на уведомление, чтобы перейти к записи.";
|
"shared_succ_video" = "Видео появится на вашей стене. Нажмите на уведомление, чтобы перейти к записи.";
|
||||||
"watch_in_window" = "Смотреть в окне";
|
"watch_in_window" = "Смотреть в окне";
|
||||||
|
|
||||||
"comments_load_timeout" = "Возможно, инстанция упала.";
|
"comments_load_timeout" = "Возможно, инстанция упала.";
|
||||||
|
|
Loading…
Reference in a new issue