mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
skip unneeded check
This commit is contained in:
parent
37e1c7ed55
commit
45ffce19ec
@ -110,12 +110,6 @@ class UmbraBehavior {
|
||||
}
|
||||
}
|
||||
|
||||
if (didSomething && limit && limit === i+1) {
|
||||
this.nextAction();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!didSomething) {
|
||||
if (somethingLeftAbove) {
|
||||
window.scrollBy(0, -500);
|
||||
|
Loading…
x
Reference in New Issue
Block a user