further hotfix
This commit is contained in:
parent
c86e711af2
commit
4cf63acb6c
@ -37,7 +37,7 @@ function init__SYSTEM_SAI_saimod_sys_locale() {
|
||||
cData.editmode = true;
|
||||
});
|
||||
$('.langli').click(function(){
|
||||
|
||||
console.log(cData.editmode);
|
||||
if (cData.group && cData.lang){
|
||||
$('#langtabs_ li#'+cData.lang).removeClass('active');
|
||||
$('#'+cData.lang).removeClass('active');}
|
||||
@ -154,6 +154,7 @@ function saimod_sys_locale_loadsinglecontent(id, lang){
|
||||
function saimod_sys_locale_loadcontent(id, group){
|
||||
$('#tab-content').load(SAI_ENDPOINT+'sai_mod=.SYSTEM.SAI.saimod_sys_locale&action=load&id='+id+'&group='+group, function(){
|
||||
$('.tableentry').click(function(){
|
||||
cData.editmode = true;
|
||||
saimod_sys_locale_loadsinglecontent($(this).attr('text_id'), cData.lang);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user