Fixed paginator
This commit is contained in:
parent
c34ea720d9
commit
18bec702ce
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
}
|
||||
|
||||
.page-list li a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 0.4em 1.2em;
|
||||
}
|
||||
|
|
|
@ -210,7 +210,6 @@ App.Presenters.PagerPresenter = function(
|
|||
setPage(page);
|
||||
});
|
||||
$a.addClass('big-button');
|
||||
$a.attr('href', '#');
|
||||
$a.text(page);
|
||||
if (page === pager.getPage()) {
|
||||
$a.addClass('active');
|
||||
|
|
Loading…
Reference in a new issue