ZzzHelloWorld's picture
Add files using upload-large-folder tool
a5eb8a5 verified
raw
history blame contribute delete
194 Bytes
var collapsedSections = [];
$(document).ready(function () {
$('.model-summary').DataTable({
"stateSave": false,
"lengthChange": false,
"pageLength": 20,
"order": []
});
});