diff options
Diffstat (limited to 'background_page.html')
| -rw-r--r-- | background_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html index 899d4a51..fba9a078 100644 --- a/background_page.html +++ b/background_page.html @@ -772,7 +772,7 @@ * * This value is configurable via the options page. */ - function hudDisabled() { + function hudEnabled() { return localStorage['hideHud'] !== "true"; } </script> |
