Skip to content

Commit fac8923

Browse files
update
1 parent 39ad221 commit fac8923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<?php endif ?>
2323

2424
<?php foreach ($this->_buttonStack as $key => $btnPage): ?>
25-
<a <?=$linkAttributes?> data-target="[data-pagination-content]" class="<?php if(($page)==$btnPage):?>active<?php endif ?>" href="<?=$this->pagination->createUrl($btnPage);?>"><?=$btnPage?></a>
25+
<a class="<?php if(($page)==$btnPage):?>active<?php endif ?>" href="javascript:void(0)"><?=$btnPage?></a>
2626
<?php endforeach ?>
2727

2828
<?php if($isLast):?>

0 commit comments

Comments
 (0)