mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:58:03 +01:00
Fix small bug.
This commit is contained in:
@@ -291,7 +291,7 @@ const Buffer = Module("buffer", {
|
|||||||
setOverLink.superapply(this, arguments);
|
setOverLink.superapply(this, arguments);
|
||||||
switch (options["showstatuslinks"]) {
|
switch (options["showstatuslinks"]) {
|
||||||
case 1:
|
case 1:
|
||||||
statusline.updateUrl(link && "Link: " + link);
|
statusline.updateUrl(link ? "Link: " + link : null);
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
if (link)
|
if (link)
|
||||||
|
|||||||
Reference in New Issue
Block a user