mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 23:35:54 -04:00
Less verbose logging.
This commit is contained in:
parent
ae60205648
commit
5304f2909d
@ -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…
x
Reference in New Issue
Block a user