Skip to content

Commit

Permalink
Update RootsIO.js
Browse files Browse the repository at this point in the history
  • Loading branch information
znarkd committed Jan 3, 2025
1 parent 2c5b73f commit 9c2ae34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/RootsIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ Roots.GDriveStart = function (callback) {
_expires = Date.now();

var newWindow = window.open(url, 'name', 'height=600,width=450');
if (newWindow && window.focus)
newWindow.focus();
//if (newWindow && window.focus)
// newWindow.focus();
}
}

Expand Down

0 comments on commit 9c2ae34

Please sign in to comment.