mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-15 10:21:31 -04:00
Less verbose logging.
This commit is contained in:
parent
ae60205648
commit
5304f2909d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ var umbraIntervalFunc = function() {
|
|||
if (where == 0) { // on screen
|
||||
// var pos = target.getBoundingClientRect().top;
|
||||
// window.scrollTo(0, target.getBoundingClientRect().top - 100);
|
||||
console.log("clicking at " + target.getBoundingClientRect().top + " on " + target.outerHTML);
|
||||
console.log("clicking at " + target.getBoundingClientRect().top + " on " + target.id);
|
||||
if (target.click != undefined) {
|
||||
umbraState.expectingSomething = 'closeButton';
|
||||
target.click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue