src/js/site.js.templ
branchpopcorn-port
changeset 837 353a78021ebc
parent 835 a8af9da7c622
child 841 8da49ff273e0
equal deleted inserted replaced
836:526f91f5253e 837:353a78021ebc
    14 
    14 
    15 IriSP.libdir = "../src/js/libs/";
    15 IriSP.libdir = "../src/js/libs/";
    16 IriSP.jwplayer_swf_path = "../test/libs/player.swf";
    16 IriSP.jwplayer_swf_path = "../test/libs/player.swf";
    17 IriSP.platform_url = "http://localhost/pf";
    17 IriSP.platform_url = "http://localhost/pf";
    18 IriSP.default_templates_vars = { };
    18 IriSP.default_templates_vars = { };
       
    19 
       
    20 IriSP.language = 'en';
    19 
    21 
    20 /** ugly ugly ugly ugly - returns an object defining 
    22 /** ugly ugly ugly ugly - returns an object defining 
    21     the paths to the libs
    23     the paths to the libs
    22     We need it that way cause it's called at runtime by
    24     We need it that way cause it's called at runtime by
    23     IriSP.configureDefaults.
    25     IriSP.configureDefaults.