From 06969cc29c1b6974fe5921f89ae483747c03bebe Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 5 Oct 2017 18:58:24 -0700 Subject: [PATCH] comment out testing --- brozzler/js-templates/umbraBehavior.js.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/brozzler/js-templates/umbraBehavior.js.j2 b/brozzler/js-templates/umbraBehavior.js.j2 index 9cdb03d..10b8e14 100644 --- a/brozzler/js-templates/umbraBehavior.js.j2 +++ b/brozzler/js-templates/umbraBehavior.js.j2 @@ -24,8 +24,9 @@ var umbraBehavior = { intervalId : null, state : null, - actions : [{'selector': 'div.teaser, li.pager__item a'}], - //actions : {{actions|json}}, + //actions : [{'selector': 'div.teaser, li.pager__item a'}], + //actions : [{'selector': '.slideshow-card__overlay'}, {'selector': '.slideshow__next'}], + actions : {{actions|json}}, k : 0, intervalFunc: function() {