mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
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:
parent
497e55b1a7
commit
e4452aca7e
4 changed files with 16 additions and 0 deletions
|
@ -47,3 +47,7 @@
|
||||||
</script>
|
</script>
|
||||||
</center>
|
</center>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
||||||
|
{script "js/al_comments.js"}
|
||||||
|
{/if}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -34,3 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
||||||
|
{script "js/al_comments.js"}
|
||||||
|
{/if}
|
||||||
|
|
|
@ -25,3 +25,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
||||||
|
{script "js/al_comments.js"}
|
||||||
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue