Skip to content

Commit 860282e

Browse files
committed
small size pagination
1 parent f3df527 commit 860282e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cjax/plugins/pagination/pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function pagination(element_id, options)
7070
pagination_class = $options.paginationClass;
7171
}
7272

73-
if($options.size) {
73+
if($options.size && $options.size == 'small') {
7474
pagination_class += ' pagination-sm';
7575
}
7676

0 commit comments

Comments
 (0)