mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:58:00 +01:00
Fix bugs and stuff.
This commit is contained in:
@@ -862,7 +862,7 @@ var Hints = Module("hints", {
|
||||
}
|
||||
else if (option == "label") {
|
||||
if (elem.id) {
|
||||
let label = elem.ownerDocument.dactylLabels[elem.id];
|
||||
let label = (elem.ownerDocument.dactylLabels || {})[elem.id];
|
||||
if (label)
|
||||
return [label.textContent.toLowerCase(), true];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user