source: trunk/expressoMail1_2/js/jscode/load_lang.js @ 2572

Revision 2572, 359 bytes checked in by amuller, 14 years ago (diff)

Ticket #1036 - Colocando semicolons nos finais das atribuições

Line 
1( function( )
2{
3        var lang = document.getElementsByTagName( 'html' ).item( 0 ).getAttribute( 'xml:lang' );
4        var _connector = new XConnector;
5
6        _connector.cache();
7        var request = _connector.go( {
8                'access' : URL_SERVER + '/expressoMail1_2/inc/load_lang.php?lang=' + lang,
9                'handler' : function( data )
10                {
11                        window.array_lang = data.JSON( );
12                }
13        } );
14} )()
Note: See TracBrowser for help on using the repository browser.