mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
temporarily 'fix' FF 3.0 style sheet loading bug - someone in a better time
zone track it down please
This commit is contained in:
@@ -127,6 +127,7 @@ function Highlights(name, store, serial)
|
||||
.replace(";!important;", ";", "g"); // Seeming Spidermonkey bug
|
||||
css = style.selector + " { " + css + " }";
|
||||
|
||||
style.filter; // FIXME: needed for FF 3.0 (not 3.1) - track down when I'm awake...
|
||||
let error = styles.addSheet(style.selector, style.filter, css, true, force);
|
||||
if (!error)
|
||||
style.value = newStyle;
|
||||
|
||||
Reference in New Issue
Block a user