Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix visiblePages on gh-pages
  • Loading branch information
pavelthq committed Nov 13, 2015
1 parent 53df3d7 commit d1eefe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
@@ -1,7 +1,7 @@
$(document).ready(function () {
$('#pagination-demo').twbsPagination({
totalPages: "35",
visiblePages: "10",
visiblePages: "7",
onPageClick: function (event, page) {
$('#page-content').text('Page ' + page);
}
Expand Down

0 comments on commit d1eefe2

Please sign in to comment.