aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opener.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/opener.js b/opener.js
index 768d2ea..88eb1b5 100644
--- a/opener.js
+++ b/opener.js
@@ -51,7 +51,7 @@ let INFO =
}
for each ( [,tab] in tabs.browsers ) {
if (url == tab.currentURI.spec){
- tabs.select(index);
+ tabs.select(index, false, true);
return true;
}
++index;