From ce061ab20e244eaaeac0cb57eb9419e50f664835 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 7 Apr 2011 09:56:54 +0000 Subject: [PATCH] --- fluidbook/compile/_js/fluidbook.js | 8 ++++++++ fluidbook/compile/index.html | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- 2.39.5