diff --git a/brozzler/js-templates/umbraBehavior.js.j2 b/brozzler/js-templates/umbraBehavior.js.j2 index 1daf39b..8792bd3 100644 --- a/brozzler/js-templates/umbraBehavior.js.j2 +++ b/brozzler/js-templates/umbraBehavior.js.j2 @@ -110,12 +110,6 @@ class UmbraBehavior { } } - if (didSomething && limit && limit === i+1) { - this.nextAction(); - break; - } - } - if (!didSomething) { if (somethingLeftAbove) { window.scrollBy(0, -500);