mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 19:15:46 +01:00
Fix a typo in styles.jsm. Closes issue #49.
This commit is contained in:
@@ -81,7 +81,7 @@ const Highlights = Module("Highlight", {
|
||||
if (/^[[>+ ]/.test(args[1]))
|
||||
obj.selector = this.selector(obj.class) + args[1];
|
||||
if (old && old.value != old.default)
|
||||
obj.value = old.style;
|
||||
obj.value = old.value;
|
||||
|
||||
if (!old && obj.base && obj.base.enabled)
|
||||
obj.style.enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user