mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-12-15 16:49:09 -05:00
only div.teaser, for *pm.gc.ca*
This commit is contained in:
parent
795b9ab809
commit
7620ee6fae
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ var umbraBehavior = {
|
|||
var clickedSomething = false;
|
||||
var somethingLeftBelow = false;
|
||||
var somethingLeftAbove = false;
|
||||
var cssSelector = "div.teaser, li.pager__item a";
|
||||
var cssSelector = "div.teaser";
|
||||
var clickUntilTimeout = 10;
|
||||
|
||||
var iframes = document.querySelectorAll("iframe");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue