Fixed paginator

This commit is contained in:
Marcin Kurczewski
2014-10-05 20:46:49 +02:00
parent c34ea720d9
commit 18bec702ce
2 changed files with 1 additions and 1 deletions

View File

@ -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');