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');});
|
|
} |