mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
back out 6458c6116c97 (pushed with the wrong bug number)
This commit is contained in:
parent
c6f97666c5
commit
1da3bff213
@ -812,10 +812,8 @@ var PlacesUIUtils = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var loadInBackground = where == "tabshifted" ? true : false;
|
var loadInBackground = where == "tabshifted" ? true : false;
|
||||||
// For consistency, we want all the bookmarks to open in new tabs, instead
|
var replaceCurrentTab = where == "tab" ? false : true;
|
||||||
// of having one of them replace the currently focused tab. Hence we call
|
browserWindow.gBrowser.loadTabs(urls, loadInBackground, replaceCurrentTab);
|
||||||
// loadTabs with aReplace set to false.
|
|
||||||
browserWindow.gBrowser.loadTabs(urls, loadInBackground, false);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user