mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 15:25:45 +01:00
Remove more unused vars.
This commit is contained in:
@@ -35,7 +35,7 @@ var MOW = Module("mow", {
|
||||
events.listen(window, this, "windowEvents");
|
||||
|
||||
modules.mow = this;
|
||||
let fontSize = DOM(document.documentElement).style.fontSize;
|
||||
//let fontSize = DOM(document.documentElement).style.fontSize;
|
||||
styles.system.add("font-size", "dactyl://content/buffer.xhtml",
|
||||
// "body { font-size: " + fontSize + "; } \
|
||||
"html|html > xul|scrollbar { visibility: collapse !important; }",
|
||||
|
||||
Reference in New Issue
Block a user