jquery-bootstrap-pagination
jquery-bootstrap-pagination copied to clipboard
It seems like that the option `display_max` does not work.
The max page number displayed is still 10 while the total pages less than 10.And I looked at the code, should the 10 be max at line 93?
Changing that line from "10" to "max" caused it to work correctly for me.
Good to know. If you want to fix it, test, and submit a pull request, I'll happily take it.