# HG changeset patch # User hamidouk # Date 1329490405 -3600 # Node ID 1d5816a949437139c2ecc89e0f85b83983ef84b4 # Parent e9599ee285ab3c0191afffe4f78677516db24d4c switched to relative paths for lib inclusion. diff -r e9599ee285ab -r 1d5816a94943 src/js/site.js.templ --- a/src/js/site.js.templ Fri Feb 17 11:57:27 2012 +0100 +++ b/src/js/site.js.templ Fri Feb 17 15:53:25 2012 +0100 @@ -12,8 +12,8 @@ IriSP.paths = {}; -IriSP.libdir = "/mdp/src/js/libs/"; -IriSP.jwplayer_swf_path = "/mdp/test/libs/player.swf"; +IriSP.libdir = "../src/js/libs/"; +IriSP.jwplayer_swf_path = "../test/libs/player.swf"; IriSP.platform_url = "http://localhost/pf"; IriSP.default_templates_vars = { };