diff --git a/js/ditto.js b/js/ditto.js index 9fdbb47..f090d31 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -263,6 +263,7 @@ function create_banner(element) { var banner = $('
' + text + '
') .insertAfter(element); + setTimeout(function () {if (banner.css('display') === 'none') $(ditto.content_id).html('seems adblock works...'); }, 500); } function create_page_anchors() {