-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest version 0.1.5: * Update to ga-lite v 2; * Removes force page reloading when user refuse cookies; * New json file encoded for translations.
- Loading branch information
Showing
7 changed files
with
109 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
(function(e,t,n,i,s,a,c){e[n]=e[n]||function(){(e[n].q=e[n].q||[]).push(arguments)} | ||
;a=t.createElement(i);c=t.getElementsByTagName(i)[0];a.async=true;a.src=s | ||
;c.parentNode.insertBefore(a,c) | ||
})(window,document,"galite","script","ga-lite.min.js"); | ||
|
||
galite('create', 'UA-XXXXXXXX-X', 'auto'); | ||
galite('send', 'pageview'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"msg":"This website stores some third-parts cookies within your device. You can <a href=\"#!\" title=\"I accept the use of cookies and I close this message\" id=\"ok-cookies\">Accept</a> or <a href=\"#!\" title=\"I refuse to use Cookies and a message will continue to appear\" id=\"no-cookies\">Refuse</a> them.","refuse":"You refuse external third-party cookies: none, at the initiative of this site, are present on your device.","remind":"Time remaining before Cookies automatic launch","no_allowed":"Currently, your browser is set to disable all cookies (check its preferences)."} | ||
{ | ||
"msg":"This website stores some third parts cookies within your device. You can <a href=\"#!\" title=\"I accept the use of cookies and I close this message\" class=\"tooltip tooltip-bottom tooltip-large\" id=\"ok-cookies\">Accept<\/a> or <a href=\"#!\" title=\"I refuse to use Cookies and a message will continue to appear\" class=\"tooltip tooltip-bottom tooltip-large\" id=\"no-cookies\">Refuse<\/a> them.","refuse":"You refuse external third-party cookies: none, at the initiative of this site, are present into your device.","remind":"Time remaining before Cookies automatic launch:","no_allowed":"Currently, your browser is set to disable cookies (check its preferences)." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"msg":"Ce site enregistre des Cookies tiers externes sur votre appareil. Vous pouvez les <a href=\"#!\" title=\"J’accepte l’usage de "Cookies" et je ferme ce message\" id=\"ok-cookies\">Accepter</a> ou les <a href=\"#!\" title=\"Je refuse l’usage de "Cookies" et un message\r m’en informant continuera à apparaître\" id=\"no-cookies\">Refuser</a>.","refuse":"Vous refusez les \"Cookies\" tiers externes : aucun, à l’initiative de ce site, n’est présent sur votre appareil.","remind":"Délai restant avant l’acceptation automatique des \"Cookies\" :","no_allowed":"Votre navigateur est configuré pour interdire tous \"Cookies\" (veuillez corriger ses préférences)."} | ||
{ | ||
"msg": "Ce site enregistre des Cookies tiers externes sur votre appareil. Vous pouvez les <a href=\"#!\" title=\"J’accepte l’usage de Cookies et je ferme ce message\" class=\"tooltip tooltip-bottom tooltip-large\" id=\"ok-cookies\">Accepter<\/a> ou les <a href=\"#!\" title=\"Je refuse l’usage de Cookies et un message\r m’en informant s’affichera\" class=\"tooltip tooltip-bottom tooltip-large\" id=\"no-cookies\">Refuser<\/a>", | ||
"remind": "Temps restant avant l’acceptation automatique des Cookies :", | ||
"refuse": "Vous refusez les Cookies tiers externes : aucun, depuis ce site, n’est enregistré sur votre appareil.", | ||
"no_allowed": "Votre navigateur est configuré pour interdire tous Cookies (veuillez corriger ses parametres)." | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.