1
0
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:
Kris Maglione
2010-10-14 13:26:12 -04:00
parent 7315aac513
commit eee5f6e71b

View File

@@ -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)