From: vincent@cubedesigners.com Date: Thu, 7 Apr 2011 09:56:54 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ce061ab20e244eaaeac0cb57eb9419e50f664835;p=cubeextranet.git --- diff --git a/fluidbook/compile/_js/fluidbook.js b/fluidbook/compile/_js/fluidbook.js index a969b3fff..077303293 100644 --- a/fluidbook/compile/_js/fluidbook.js +++ b/fluidbook/compile/_js/fluidbook.js @@ -11,6 +11,14 @@ function parseGet(){ } return res; } +function getLang(){ + var get=parseGet(); + if(get.lang==undefined || get.lang==null || get.lang==''){ + return FB_DEFAULT_LANG; + } + return get.lang; +} + function mailto(adresse){ window.location='mailto:'+adresse; } diff --git a/fluidbook/compile/index.html b/fluidbook/compile/index.html index d26b89e58..a90526aa1 100644 --- a/fluidbook/compile/index.html +++ b/fluidbook/compile/index.html @@ -6,6 +6,7 @@ $facebook $title + $redirectScript @@ -13,7 +14,7 @@ $redirectScript
$alt
- $ga