merged duplicated rel attributes on credit link element
This commit is contained in:
parent
1370306327
commit
8d435953ba
|
|
@ -315,7 +315,7 @@ var tarteaucitron = {
|
||||||
html += ' </ul>';
|
html += ' </ul>';
|
||||||
html += ' <div class="tarteaucitronHidden" id="tarteaucitronScrollbarChild" style="height:20px;display:block"></div>';
|
html += ' <div class="tarteaucitronHidden" id="tarteaucitronScrollbarChild" style="height:20px;display:block"></div>';
|
||||||
if (tarteaucitron.parameters.removeCredit === false) {
|
if (tarteaucitron.parameters.removeCredit === false) {
|
||||||
html += ' <a class="tarteaucitronSelfLink" href="https://opt-out.ferank.eu/" rel="nofollow" target="_blank" rel="noopener" title="tarteaucitron ' + tarteaucitron.lang.newWindow + '">🍋 ' + tarteaucitron.lang.credit + '</a>';
|
html += ' <a class="tarteaucitronSelfLink" href="https://opt-out.ferank.eu/" rel="nofollow noopener" target="_blank" title="tarteaucitron ' + tarteaucitron.lang.newWindow + '">🍋 ' + tarteaucitron.lang.credit + '</a>';
|
||||||
}
|
}
|
||||||
html += ' </div>';
|
html += ' </div>';
|
||||||
html += ' </div>';
|
html += ' </div>';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue