diff --git a/client/public/index.html b/client/public/index.html index 80cb29d0..1a2c48d7 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -34,11 +34,11 @@ // @@ -501,6 +501,10 @@

codeVersion = urlParams.get('cdn') } + // Temporary solution to force loading latest version + storedCdn = "local"; + codeVersion = "local"; + if (window.RATEL_CDN_MAP.hasOwnProperty(codeVersion)) { if (codeVersion === 'dev') { window.RATEL_DEV_MODE = true;