mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 20:15:46 +01:00
Fix :source *.css
This commit is contained in:
@@ -360,7 +360,7 @@ lookup:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (/\.css$/.test(filename))
|
else if (/\.css$/.test(filename))
|
||||||
storage.styles.registerSheet(uri.spec, false, true);
|
styles.registerSheet(uri.spec, false, true);
|
||||||
else {
|
else {
|
||||||
commands.execute(file.read(), null, silent || "loud", null,
|
commands.execute(file.read(), null, silent || "loud", null,
|
||||||
{ file: file.path, line: 1 });
|
{ file: file.path, line: 1 });
|
||||||
|
|||||||
Reference in New Issue
Block a user