mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:07:59 +01:00
fix link target of :ls URLs in the MOW
This commit is contained in:
@@ -696,7 +696,7 @@ function CommandLine() //{{{
|
|||||||
case "<LeftMouse>":
|
case "<LeftMouse>":
|
||||||
if (event.originalTarget.className == "hl-URL buffer-list")
|
if (event.originalTarget.className == "hl-URL buffer-list")
|
||||||
{
|
{
|
||||||
vimperator.tabs.select(parseInt(event.originalTarget.parentNode.firstChild.textContent) - 1);
|
vimperator.tabs.select(parseInt(event.originalTarget.parentNode.parentNode.firstChild.textContent) - 1);
|
||||||
close_window = true;
|
close_window = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user