mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed paginator
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user