1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 23:34:11 +01:00

Fix updating filter on existing sheet with :style

This commit is contained in:
Kris Maglione
2010-09-25 19:52:50 -04:00
parent 89ddf38c11
commit 883c0c367d

View File

@@ -104,7 +104,7 @@ const Styles = Module("Styles", {
filter = filter.split(",");
if (name && name in names) {
var sheet = names[name];
sheet.filter = filter;
sheet.sites = filter;
sheet.css = String(css);
}
else {