Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Open first run page in background
  • Loading branch information
Monica Chew committed Jan 30, 2015
1 parent f9cfb39 commit d7e987b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.js
Expand Up @@ -66,7 +66,8 @@ exports.main = function (options, callbacks) {
}
if (initialPage) {
let initialPageUrl = data.url(initialPage);
tabs.open(initialPageUrl);
tabs.open({url: initialPageUrl,
inBackground: true});
// Add a content script to open lightbeam if the corresponding button is
// pressed in the inital page
PageMod({
Expand Down

0 comments on commit d7e987b

Please sign in to comment.