Skip to content

Commit 0be8e61

Browse files
committed
Pager 'of' text replaced by '/'
1 parent 7aa2080 commit 0be8e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.fn.gantt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770
}))
771771
.append($('<div class="page-number"/>')
772772
.append($('<span/>')
773-
.html(element.pageNum + 1 + ' of ' + element.pageCount)))
773+
.html(element.pageNum + 1 + ' / ' + element.pageCount)))
774774
.append($('<button type="button" class="nav-link nav-page-next"/>')
775775
.html('&gt;')
776776
.click(function () {

0 commit comments

Comments
 (0)