hotfix :D small init bug fixed

This commit is contained in:
messerbill 2014-06-03 15:06:37 +02:00
parent f09dce3e23
commit 036133293f

View File

@ -5,6 +5,7 @@ var cData = {group: '',
editmode: false};
function init__SYSTEM_SAI_saimod_sys_locale() {
$('#addtext').show();
if(!cData.lang && !cData.group) {
cData.group = $('.groups').first().attr('id');
cData.lang = $('.langli').first().attr('id');