fix syorch

This commit is contained in:
lalka2016 2023-09-14 22:16:00 +03:00
parent 28655503e1
commit c38c70d602

View file

@ -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) => {