mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +01:00
Only force reload stylesheets if asked. Fix :sty completion for about:blank
This commit is contained in:
@@ -778,8 +778,7 @@ lookup:
|
||||
}
|
||||
else if (/\.css$/.test(filename))
|
||||
{
|
||||
liberator.storage.styles.unregisterSheet("file://" + file.path);
|
||||
liberator.storage.styles.registerSheet("file://" + file.path, !silent);
|
||||
liberator.storage.styles.registerSheet("file://" + file.path, !silent, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user