Adblocker statistics (pro feature)
This commit is contained in:
parent
8ba9ba7633
commit
4e63203bc2
|
|
@ -289,9 +289,13 @@ var tarteaucitron = {
|
||||||
html += ' ' + tarteaucitron.lang.reload;
|
html += ' ' + tarteaucitron.lang.reload;
|
||||||
html += ' </span>';
|
html += ' </span>';
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
html += '<div id="tarteaucitronPremium"></div>';
|
||||||
div.id = 'tarteaucitronRoot';
|
div.id = 'tarteaucitronRoot';
|
||||||
body.appendChild(div, body);
|
body.appendChild(div, body);
|
||||||
div.innerHTML = html;
|
div.innerHTML = html;
|
||||||
|
tarteaucitron.pro('!adblocker=true');
|
||||||
|
} else {
|
||||||
|
tarteaucitron.pro('!adblocker=false');
|
||||||
}
|
}
|
||||||
}, 1500);
|
}, 1500);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue