Update tarteaucitron.lang with the custom text given

This commit is contained in:
Ricci Dorian 2018-07-27 10:55:50 +02:00
parent b1cae8da4f
commit 1d97b3fa95
1 changed files with 4 additions and 0 deletions

View File

@ -223,6 +223,10 @@ var tarteaucitron = {
// Step 2: load language and services
tarteaucitron.addScript(pathToLang, '', function () {
if(tarteaucitronCustomText !== undefined){
tarteaucitron.lang = AddOrUpdate(tarteaucitron.lang, tarteaucitronCustomText);
}
tarteaucitron.addScript(pathToServices, '', function () {
var body = document.body,