Loading browser/components/places/src/PlacesUIUtils.jsm +4 −2 Original line number Original line Diff line number Diff line Loading @@ -812,8 +812,10 @@ var PlacesUIUtils = { } } var loadInBackground = where == "tabshifted" ? true : false; var loadInBackground = where == "tabshifted" ? true : false; var replaceCurrentTab = where == "tab" ? false : true; // For consistency, we want all the bookmarks to open in new tabs, instead browserWindow.gBrowser.loadTabs(urls, loadInBackground, replaceCurrentTab); // of having one of them replace the currently focused tab. Hence we call // loadTabs with aReplace set to false. browserWindow.gBrowser.loadTabs(urls, loadInBackground, false); }, }, /** /** Loading Loading
browser/components/places/src/PlacesUIUtils.jsm +4 −2 Original line number Original line Diff line number Diff line Loading @@ -812,8 +812,10 @@ var PlacesUIUtils = { } } var loadInBackground = where == "tabshifted" ? true : false; var loadInBackground = where == "tabshifted" ? true : false; var replaceCurrentTab = where == "tab" ? false : true; // For consistency, we want all the bookmarks to open in new tabs, instead browserWindow.gBrowser.loadTabs(urls, loadInBackground, replaceCurrentTab); // of having one of them replace the currently focused tab. Hence we call // loadTabs with aReplace set to false. browserWindow.gBrowser.loadTabs(urls, loadInBackground, false); }, }, /** /** Loading