mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
12 lines
291 B
JavaScript
12 lines
291 B
JavaScript
|
|
$(function () {
|
||
|
|
$(document).ready(function() {
|
||
|
|
$('#registrations-datatable').dataTable();
|
||
|
|
} );
|
||
|
|
$(document).ready(function() {
|
||
|
|
$('#users-datatable').dataTable();
|
||
|
|
} );
|
||
|
|
$(document).ready(function() {
|
||
|
|
$('#events-datatable').dataTable();
|
||
|
|
} );
|
||
|
|
} );
|