mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Gifts: Remove the previous fix from the gift selection page
He was not needed :3
This commit is contained in:
parent
92146b8e47
commit
7591c1082b
1 changed files with 4 additions and 5 deletions
|
@ -34,11 +34,10 @@
|
|||
|
||||
<div style="padding: 8px;">
|
||||
{include "../components/paginator.xml", conf => (object) [
|
||||
"page" => $page,
|
||||
"count" => $count,
|
||||
"amount" => sizeof($gifts),
|
||||
"perPage" => OPENVK_DEFAULT_PER_PAGE,
|
||||
"atBottom" => true,
|
||||
"page" => $page,
|
||||
"count" => $count,
|
||||
"amount" => sizeof($gifts),
|
||||
"perPage" => OPENVK_DEFAULT_PER_PAGE,
|
||||
]}
|
||||
</div>
|
||||
{/block}
|
||||
|
|
Loading…
Reference in a new issue