mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
* Cleanup the CSS * Fix more views then you have fingers and toes * Introduce position(weight) for sponsor levels * Fix bootstrap/datatable integration
11 lines
178 B
JavaScript
11 lines
178 B
JavaScript
$(function () {
|
|
$(document).ready(function() {
|
|
$('.datatable').DataTable({
|
|
// ajax: ...,
|
|
autoWidth: false,
|
|
pagingType: 'full_numbers'
|
|
});
|
|
});
|
|
});
|
|
|
|
|