Skip to content

Commit 432a4cd

Browse files
update
1 parent def5baa commit 432a4cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Schema/Pagination/Yidas/views/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Prepare variables in one scope (no JS added here)
2+
// Prepare variables in one scope
33
$page = $this->pagination->page;
44
$totalPages = $this->pagination->pageCount;
55
$isFirst = $page <= 1;

src/Schema/Pagination/Yidas/views/simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Prepare variables in one scope (no JS added here)
2+
// Prepare variables in one scope
33
$page = $this->pagination->page;
44
$totalPages = $this->pagination->pageCount;
55
$isFirst = $page <= 1;

tests/testLoop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
config_pagination([
1111
'allow' => true,
12-
'view' => 'bootstrap' //bootstrap|loading|simple/cursor[default]
12+
'view' => 'loading' //bootstrap|loading|cursor| simple[default]
1313
]);
1414

1515
// dd(

0 commit comments

Comments
 (0)