mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
refactor: edit support banner
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user