mirror of
https://github.com/openvk/openvk
synced 2025-01-09 01:09:46 +03:00
Fixup "Users: Add a popup to change the status"
Sorry :3
This commit is contained in:
parent
76605b9eed
commit
73b8ac3f4a
1 changed files with 10 additions and 10 deletions
|
@ -552,8 +552,9 @@
|
|||
Function.noop
|
||||
]);
|
||||
}
|
||||
</script>
|
||||
|
||||
{if isset($thisUser) && $user->getId() == $thisUser->getId()}
|
||||
<script n:if="isset($thisUser) && $user->getId() == $thisUser->getId()">
|
||||
function setStatusEditorShown(shown) {
|
||||
document.getElementById("status_editor").style.display = shown ? "block" : "none";
|
||||
}
|
||||
|
@ -564,7 +565,6 @@
|
|||
});
|
||||
|
||||
document.getElementById("page_status_text").onclick = setStatusEditorShown.bind(this, true);
|
||||
{/if}
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue