diff options
Diffstat (limited to 'content_scripts/hud.coffee')
| -rw-r--r-- | content_scripts/hud.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/hud.coffee b/content_scripts/hud.coffee index f38d6b45..84b8abeb 100644 --- a/content_scripts/hud.coffee +++ b/content_scripts/hud.coffee @@ -48,7 +48,7 @@ HUD =      -> ready and document.body != null    # A preference which can be toggled in the Options page. */ -  enabled: -> !settings.get("hideHud") +  enabled: -> !Settings.get("hideHud")  class Tween    opacity: 0  | 
