From: vincent@cubedesigners.com Date: Fri, 11 Dec 2015 11:11:12 +0000 (+0000) Subject: #fluidbook-prod fix problem with cache preventer in online fluidbooks X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5a26119325c81cb5391b4cbe149ab9f81bcb3af3;p=cubeextranet.git #fluidbook-prod fix problem with cache preventer in online fluidbooks --- diff --git a/fluidbook/compile/_js/fluidbook.js b/fluidbook/compile/_js/fluidbook.js index 943ca6245..da285130b 100644 --- a/fluidbook/compile/_js/fluidbook.js +++ b/fluidbook/compile/_js/fluidbook.js @@ -50,7 +50,7 @@ function getFlashvars(junk, fv) { } res = parseGet(res); - res['junk'] = $ESAPI.encoder().encodeForJavaScript(junk); + res['junk'] = $ESAPI.encoder().encodeForJavaScript(junk+""); return res; }