mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-01 18:16:43 -04:00
Merge branch 'ARI-5995-min' into qa
This commit is contained in:
commit
cd30ba8bfa
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ class UmbraBehavior {
|
|||
}
|
||||
|
||||
if (didSomething && limit && limit === i+1) {
|
||||
nextAction();
|
||||
this.nextAction();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -122,7 +122,7 @@ class UmbraBehavior {
|
|||
} else {
|
||||
var idleTimeMs = Date.now() - this.idleSince;
|
||||
if ((idleTimeMs / 1000) > (this.IDLE_TIMEOUT_SEC - 1) && (this.index < (this.actions.length - 1))) {
|
||||
nextAction();
|
||||
this.nextAction();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue