mirror of
https://github.com/openvk/openvk
synced 2025-06-07 20:34:38 +03:00
feat(topic create) delete deprec. js
This commit is contained in:
parent
4693d2f92d
commit
31bd11cae8
1 changed files with 0 additions and 10 deletions
|
@ -76,14 +76,4 @@
|
||||||
|
|
||||||
<input type="hidden" name="hash" value="{$csrfToken}" />
|
<input type="hidden" name="hash" value="{$csrfToken}" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
|
||||||
$(document).ready(() => {
|
|
||||||
u("#post-buttons1 .postFileSel").on("change", function() {
|
|
||||||
handleUpload.bind(this, 1)();
|
|
||||||
});
|
|
||||||
|
|
||||||
setupWallPostInputHandlers(1);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
{/block}
|
{/block}
|
||||||
|
|
Loading…
Reference in a new issue