diff options
Diffstat (limited to 'stylechanger.js')
-rw-r--r-- | stylechanger.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylechanger.js b/stylechanger.js index f075ea4..d6354d8 100644 --- a/stylechanger.js +++ b/stylechanger.js @@ -183,7 +183,8 @@ liberator.plugins.styleSheetsManger = (function(){ } }); return [0, candidates]; - } + }, + bang: true } ); var CSSData = {}; |