1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:22:27 +01:00

new ;b extended hint mode

This commit is contained in:
Martin Stubenschrott
2008-08-17 17:29:55 +00:00
parent 84860a73d7
commit 2337b80edc
5 changed files with 10 additions and 1 deletions

View File

@@ -852,6 +852,7 @@ liberator.Buffer = function () //{{{
case liberator.NEW_TAB:
case liberator.NEW_BACKGROUND_TAB:
newTab = true;
newWindow = (where == liberator.NEW_BACKGROUND_TAB);
break;
case liberator.NEW_WINDOW:
newWindow = true;