We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa2080 commit 0be8e61Copy full SHA for 0be8e61
js/jquery.fn.gantt.js
@@ -770,7 +770,7 @@
770
}))
771
.append($('<div class="page-number"/>')
772
.append($('<span/>')
773
- .html(element.pageNum + 1 + ' of ' + element.pageCount)))
+ .html(element.pageNum + 1 + ' / ' + element.pageCount)))
774
.append($('<button type="button" class="nav-link nav-page-next"/>')
775
.html('>')
776
.click(function () {
0 commit comments