only div.teaser, for *pm.gc.ca*

This commit is contained in:
Barbara Miller 2017-07-20 15:52:53 -07:00
parent 795b9ab809
commit 7620ee6fae

View File

@ -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");