mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 16:04:36 -04:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
$(document).ready(function() {
|
|
|
|
$('.dataTable').dataTable({
|
|
sPaginationType: 'full_numbers'
|
|
});
|
|
|
|
}); |