mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 17:32:38 +01:00
@@ -645,7 +645,7 @@ var Buffer = Module("Buffer", {
|
||||
|
||||
let link = DOM("link[href][rev=canonical], \
|
||||
link[href][rel=shortlink]", doc);
|
||||
if (link)
|
||||
if (link.length)
|
||||
return hashify(link.attr("href"));
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user