Wall: Fix "Reply" button in the feeds

This commit is contained in:
Maxim Leshchenko 2021-12-24 16:58:04 +02:00
parent a95b7e571a
commit b9c9c45bbf
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
3 changed files with 30 additions and 30 deletions

View file

@ -46,8 +46,8 @@
});
</script>
</center>
{/block}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{script "js/al_comments.js"}
{/if}
{/block}

View file

@ -16,8 +16,8 @@
{/foreach}
{include "../components/paginator.xml", conf => $paginatorConf}
</center>
{/block}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{script "js/al_comments.js"}
{/if}
{/block}

View file

@ -33,8 +33,8 @@
</div>
</div>
</div>
{/block}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{script "js/al_comments.js"}
{/if}
{/block}