Skip to content

Commit f926edb

Browse files
committed
Merge pull request #129 from dmromanov/master
Pager 'of' text replaced by '/'
2 parents 7aa2080 + 0be8e61 commit f926edb

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)