3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
|
$(document).ready(function() {
|
||
|
$('#ldapSettings').tabs();
|
||
|
});
|