mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:18:00 +01:00
Fix completions, among other things (sorry)
This commit is contained in:
@@ -1387,8 +1387,8 @@ function ItemList(id) //{{{
|
||||
|
||||
let dom = util.xmlToDom(div, doc);
|
||||
completionBody = dom.getElementsByClassName("hl-Completions")[0];
|
||||
//completionElements = completionBody.childNodes;
|
||||
completionElements = dom.getElementsByClassName("hl-CompItem");
|
||||
completionElements = completionBody.childNodes;
|
||||
//completionElements = dom.getElementsByClassName("hl-CompItem");
|
||||
doc.body.replaceChild(dom, doc.body.firstChild);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user