Fixup "Microblog: Fix reply button in inline comments below post"

All the same, I forgot to add these files to the commit :3
This commit is contained in:
Maxim Leshchenko 2021-12-17 21:35:41 +02:00
parent 497e55b1a7
commit e4452aca7e
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
4 changed files with 16 additions and 0 deletions

View file

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

View file

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

View file

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

View file

@ -25,3 +25,7 @@
</div> </div>
</div> </div>
</div> </div>
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{script "js/al_comments.js"}
{/if}