mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-29 21:03:41 -05:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
$(document).ready(function() {
|
|
|
|
$('.dataTable').dataTable({
|
|
sPaginationType: 'full_numbers'
|
|
});
|
|
|
|
}); |