refactor: edit support banner

This commit is contained in:
ruanyf
2022-07-31 10:32:40 +08:00
parent 829920e61c
commit 6bf915570c
+1
View File
@@ -263,6 +263,7 @@ function create_banner(element) {
var banner = $('<a href="http://www.apeclass.com?did=12" style="color: #333333;" target="_blank"><div style="' + styleStr + '">' + text + '</div></a>')
.insertAfter(element);
setTimeout(function () {if (banner.css('display') === 'none') $(ditto.content_id).html('seems adblock works...'); }, 500);
}
function create_page_anchors() {