mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-10 18:13:34 +02:00
Remove a no longer valid FIXME comment.
This commit is contained in:
@@ -1454,7 +1454,6 @@ function CommandLine() //{{{
|
|||||||
switch (key)
|
switch (key)
|
||||||
{
|
{
|
||||||
case "<LeftMouse>":
|
case "<LeftMouse>":
|
||||||
// FIXME: the :ls output no longer wraps the buffer URL in an anchor element
|
|
||||||
if (event.originalTarget.getAttributeNS(NS.uri, "highlight") == "URL buffer-list")
|
if (event.originalTarget.getAttributeNS(NS.uri, "highlight") == "URL buffer-list")
|
||||||
{
|
{
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user