From 10c8be29698c1c72975c8b7f81e53d2deaeeeecc Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 11 Nov 2016 22:01:05 -0800 Subject: [PATCH] Only show the ad warning if the AdGlare ads are loading. --- src/General/Settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index 98403e731..13f091b84 100644 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -113,7 +113,7 @@ Settings = Enable it on boards.4chan.org in your browser's privacy settings (may be listed as part of "local data" or "cookies"). """ ads: (cb) -> - $.onExists doc, '.ad-cnt, .adg-rects', (ad) -> $.onExists ad, 'img, iframe', -> + $.onExists doc, '.adg-rects > .desktop', (ad) -> $.onExists ad, 'iframe', -> url = Redirect.to 'thread', {boardID: 'qa', threadID: 362590} cb $.el 'li', <%= html(