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 001fb52 commit 8ef15aaCopy full SHA for 8ef15aa
assets/javascripts/application.js
@@ -6,7 +6,8 @@ $(document).ready(function () {
6
branchCoverageActivated = $("body").data("branch-coverage") == true;
7
8
$('.file_list').dataTable({
9
- "aaSorting": [[1, "asc"]]
+ "aaSorting": [[1, "asc"]],
10
+ paging: false
11
});
12
13
// Syntax highlight all files up front - deactivated
0 commit comments