From ee6f11eb09150af25fde8404cba410847cb304e9 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 15 Sep 2011 10:29:10 -0400 Subject: [PATCH] Make :tab :back/H, and so forth, work. --- common/content/history.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/content/history.js b/common/content/history.js index b3f16a38..9dba789d 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -74,6 +74,9 @@ var History = Module("history", { * marks stack. @optional */ stepTo: function stepTo(steps, jumps) { + if (dactyl.forceOpen.target == dactyl.NEW_TAB) + tabs.cloneTab(tabs.getTab(), true); + if (jumps) steps -= marks.jump(steps); if (steps == 0)