includes/clientside/static/l10n.js
changeset 586 234ddd896555
parent 583 c97d5f0d6636
child 588 20484deb89cd
equal deleted inserted replaced
585:35e91d16ecf5 586:234ddd896555
    23     ajax.send(null);
    23     ajax.send(null);
    24     if ( ajax.readyState == 4 && ajax.status == 200 )
    24     if ( ajax.readyState == 4 && ajax.status == 200 )
    25     {
    25     {
    26       eval_global(ajax.responseText);
    26       eval_global(ajax.responseText);
    27     }
    27     }
       
    28     load_hide_win();
    28   }
    29   }
    29   
    30   
    30   if ( typeof(enano_lang) != 'object' )
    31   if ( typeof(enano_lang) != 'object' )
    31     return false;
    32     return false;
    32   if ( typeof(enano_lang[lang_id]) != 'object' )
    33   if ( typeof(enano_lang[lang_id]) != 'object' )