From 89f724587f36709a1b49c22e40c38d6d400f7e6f Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Fri, 23 May 2025 22:55:17 +0300 Subject: [PATCH] fix(picker): invalid album --- Web/static/js/al_wall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 1f6c0902..e6ed2031 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -1434,7 +1434,7 @@ u(document).on("click", "#__photoAttachment", async (e) => { window.openvk.photoalbums = await window.OVKAPI.call('photos.getAlbums', {'owner_id': club != 0 ? Math.abs(club) * -1 : window.openvk.current_id}) } window.openvk.photoalbums.items.forEach(item => { - u('.ovk-diag-body #albumSelect').append(``) + u('.ovk-diag-body #albumSelect').append(``) }) })