equal
deleted
inserted
replaced
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. |