mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
fix syorch
This commit is contained in:
parent
28655503e1
commit
c38c70d602
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ $(document).on("click", "#videoAttachment", async (e) => {
|
|||
|
||||
$(".videosInsert").on("click", "#showMoreVideos", (e) => {
|
||||
u(e.currentTarget).remove()
|
||||
insertVideos(Number(e.currentTarget.dataset.page))
|
||||
insertVideos(Number(e.currentTarget.dataset.page), document.querySelector(".topGrayBlock #vquery").value)
|
||||
})
|
||||
|
||||
$(".topGrayBlock #vquery").on("change", async (e) => {
|
||||
|
|
Loading…
Reference in a new issue