mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
function init__SYSTEM_SAI_saimod_sys_mod() {
|
|
$('#modstab a').click(function (e) {
|
|
e.preventDefault();
|
|
$(this).tab('show');
|
|
})
|
|
}; |