1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 18:24:11 +01:00

Merge branch 'master' of vimperator.org:/git/vimperator/liberator

This commit is contained in:
teramako
2009-01-09 00:17:51 +09:00

View File

@@ -86,7 +86,13 @@ function Hints() //{{{
// Used to open multiple hints
function hintSequenceElement(elem)
{
buffer.followLink(elem, liberator.NEW_BACKGROUND_TAB);
// Want to always open sequence hints in background
// (remember: NEW_BACKGROUND_TAB and NEW_TAB semantics assume
// that loadInBackground=true)
if (options.getPref("browser.tabs.loadInBackground"))
buffer.followLink(elem, liberator.NEW_BACKGROUND_TAB);
else
buffer.followLink(elem, liberator.NEW_TAB);
// Move to next element in sequence
// TODO: Maybe we find a *simple* way to keep the hints displayed rather than