Archived
1
0
Fork 0
This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ts3web/public/theme/bootstrap4/js/custom.js

8 lines
196 B
JavaScript
Raw Normal View History

$(document).ready(function () {
$('#table').DataTable({
"language": {
"url": "/theme/bootstrap4/DataTables/en_dataTable.json"
},
"paging": false
});
});