Showing
1 changed file
with
2 additions
and
2 deletions
@@ -32,8 +32,8 @@ exports.createPagination = function(pagination, options) { | @@ -32,8 +32,8 @@ exports.createPagination = function(pagination, options) { | ||
32 | n, // page number ?page=n | 32 | n, // page number ?page=n |
33 | queryParams = '', // paginate with query parameter | 33 | queryParams = '', // paginate with query parameter |
34 | page = parseInt(pagination.page, 10), // current page number | 34 | page = parseInt(pagination.page, 10), // current page number |
35 | - leftText = '<i class="iconfont"></i>', // prev | ||
36 | - rightText = '<i class="iconfont"></i>', // next | 35 | + leftText = '<i class="iconfont"></i>', // prev |
36 | + rightText = '<i class="iconfont"></i>', // next | ||
37 | paginationClass = 'blk-pagination'; // pagination <ul> default class | 37 | paginationClass = 'blk-pagination'; // pagination <ul> default class |
38 | 38 | ||
39 | var pageCount, | 39 | var pageCount, |
-
Please register or login to post a comment