We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3df527 commit 860282eCopy full SHA for 860282e
cjax/plugins/pagination/pagination.js
@@ -70,7 +70,7 @@ function pagination(element_id, options)
70
pagination_class = $options.paginationClass;
71
}
72
73
- if($options.size) {
+ if($options.size && $options.size == 'small') {
74
pagination_class += ' pagination-sm';
75
76
0 commit comments