diff options
| author | Pablo Fernandez | 2012-02-14 19:30:09 -0300 |
|---|---|---|
| committer | Pablo Fernandez | 2012-02-14 19:30:09 -0300 |
| commit | 214cefc96d8b08f5dc62b6eee372d12cb2c62b55 (patch) | |
| tree | 2dce7833b9c7e5ba5303147485cd119fd9db5ee5 /background_page.html | |
| parent | b6c8815b3e4276c10966df2a1492efdb19b0bc73 (diff) | |
| download | vimium-214cefc96d8b08f5dc62b6eee372d12cb2c62b55.tar.bz2 | |
some changes in boolean checks
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> |
