Loading browser/components/places/src/PlacesUIUtils.jsm +2 −4 Original line number Diff line number Diff line Loading @@ -812,10 +812,8 @@ var PlacesUIUtils = { } var loadInBackground = where == "tabshifted" ? true : false; // For consistency, we want all the bookmarks to open in new tabs, instead // 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); var replaceCurrentTab = where == "tab" ? false : true; browserWindow.gBrowser.loadTabs(urls, loadInBackground, replaceCurrentTab); }, /** Loading Loading
browser/components/places/src/PlacesUIUtils.jsm +2 −4 Original line number Diff line number Diff line Loading @@ -812,10 +812,8 @@ var PlacesUIUtils = { } var loadInBackground = where == "tabshifted" ? true : false; // For consistency, we want all the bookmarks to open in new tabs, instead // 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); var replaceCurrentTab = where == "tab" ? false : true; browserWindow.gBrowser.loadTabs(urls, loadInBackground, replaceCurrentTab); }, /** Loading