|
@@ -819,7 +819,7 @@ var tarteaucitron = {
|
|
if (tarteaucitron.parameters.readmoreLink !== undefined && tarteaucitron.parameters.readmoreLink !== '') {
|
|
if (tarteaucitron.parameters.readmoreLink !== undefined && tarteaucitron.parameters.readmoreLink !== '') {
|
|
link = tarteaucitron.parameters.readmoreLink;
|
|
link = tarteaucitron.parameters.readmoreLink;
|
|
}
|
|
}
|
|
- html += ' <a href="' + link + '" target="_blank" rel="noreferrer noopener nofollow" title="'+ tarteaucitron.lang.cookieDetail + ' ' + service.name + ' ' + tarteaucitron.lang.ourSite + ' ' + tarteaucitron.lang.newWindow +'" class="tarteaucitronReadmoreInfo">';
|
|
|
|
|
|
+ html += ' <a href="' + link + '" target="_blank" rel="noreferrer noopener nofollow" title="' + tarteaucitron.lang.more + ' : ' + tarteaucitron.lang.cookieDetail + ' ' + service.name + ' ' + tarteaucitron.lang.ourSite + ' ' + tarteaucitron.lang.newWindow +'" class="tarteaucitronReadmoreInfo">';
|
|
html += ' ' + tarteaucitron.lang.more;
|
|
html += ' ' + tarteaucitron.lang.more;
|
|
html += ' </a>';
|
|
html += ' </a>';
|
|
html += ' <span class="tarteaucitronReadmoreSeparator"> - </span>';
|
|
html += ' <span class="tarteaucitronReadmoreSeparator"> - </span>';
|