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