Prepare the commercial version

This commit is contained in:
Amauri CHAMPEAUX 2014-12-04 18:24:21 +01:00
parent 33498249de
commit f0d021b4d7
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ var tarteaucitron = {
var cdn = tarteaucitron.cdn,
language = tarteaucitron.getLanguage(),
pathToLang = cdn + 'lang/tarteaucitron.' + language + '.js',
pathToServices = cdn + 'tarteaucitron.services.js',
timestamp = new Date().getTime(),
pathToServices = cdn + 'tarteaucitron.services.js?c=' + encodeURIComponent(tarteaucitron.cookie.read()) + '&_' + timestamp,
linkElement = document.createElement('link'),
defaults = {
"autoOpen": false,