mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Walls: Close post attachment context menu after attachment
This commit is contained in:
parent
c5a0347f56
commit
8e94a0caf0
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ function handleUpload(id) {
|
|||
u("span", indicator.nodes[0]).text(trim(file.name) + " (" + humanFileSize(file.size, false) + ")");
|
||||
indicator.attr("style", "display: block;");
|
||||
}
|
||||
|
||||
document.querySelector("#post-buttons" + id + " #wallAttachmentMenu").classList.add("hidden");
|
||||
}
|
||||
|
||||
function initGraffiti(id) {
|
||||
|
|
Loading…
Reference in a new issue