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