mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
$(document).ready(function() {
|
|
|
|
$('.dataTable').dataTable({
|
|
sPaginationType: 'full_numbers'
|
|
});
|
|
|
|
}); |