aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPablo Fernandez2012-02-14 19:30:09 -0300
committerPablo Fernandez2012-02-14 19:30:09 -0300
commit214cefc96d8b08f5dc62b6eee372d12cb2c62b55 (patch)
tree2dce7833b9c7e5ba5303147485cd119fd9db5ee5 /background_page.html
parentb6c8815b3e4276c10966df2a1492efdb19b0bc73 (diff)
downloadvimium-214cefc96d8b08f5dc62b6eee372d12cb2c62b55.tar.bz2
some changes in boolean checks
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html2
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>