Skip to content

Commit 8ef15aa

Browse files
committed
disable pagination
1 parent 001fb52 commit 8ef15aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/javascripts/application.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ $(document).ready(function () {
66
branchCoverageActivated = $("body").data("branch-coverage") == true;
77

88
$('.file_list').dataTable({
9-
"aaSorting": [[1, "asc"]]
9+
"aaSorting": [[1, "asc"]],
10+
paging: false
1011
});
1112

1213
// Syntax highlight all files up front - deactivated

0 commit comments

Comments
 (0)