mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:47:59 +01:00
for now i have to disable the tabnumber code, as it breaks *completions* in muttator. Sick, yes, but that's due to:
No chrome package registered for chrome://browser/locale/tabbrowser.dtd
Error: undefined entity
Source File: file:///home/maxauthority/code/muttator/src/content/bindings.xml
Line: 23, Column: 9
Source Code:
<content chromedir="&locale.dir;"
It might make sense to rip the vimperator only css into a skin/vimperator.css if possible, but not at 3 a.m.
This commit is contained in:
@@ -1382,7 +1382,7 @@ function ItemList(id) //{{{
|
||||
template.map(util.range(0, maxItems), function (i)
|
||||
<ul><li class="hl-NonText">~</li></ul>)
|
||||
}
|
||||
</div>;
|
||||
</div>
|
||||
</div>;
|
||||
|
||||
let dom = util.xmlToDom(div, doc);
|
||||
|
||||
Reference in New Issue
Block a user