mirror of
https://github.com/ulfgebhardt/system.git
synced 2026-01-13 16:34:51 +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');});
|
|
} |