Adblocker statistics (pro feature)

This commit is contained in:
Amauri CHAMPEAUX 2015-03-07 03:29:23 +01:00
parent 8ba9ba7633
commit 4e63203bc2
1 changed files with 4 additions and 0 deletions

View File

@ -289,9 +289,13 @@ var tarteaucitron = {
html += ' ' + tarteaucitron.lang.reload;
html += ' </span>';
html += '</div>';
html += '<div id="tarteaucitronPremium"></div>';
div.id = 'tarteaucitronRoot';
body.appendChild(div, body);
div.innerHTML = html;
tarteaucitron.pro('!adblocker=true');
} else {
tarteaucitron.pro('!adblocker=false');
}
}, 1500);
}