feat(topic create) delete deprec. js

This commit is contained in:
mrilyew 2025-05-27 18:47:05 +03:00 committed by Alexander Minkin
parent 4693d2f92d
commit 31bd11cae8

View file

@ -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}