1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 01:31:25 +02: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
+1 -1
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 {