diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 38b3a25a9..a3d81c164 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -37,7 +37,7 @@
= csrf_meta_tag
= yield(:head)
- -if true#APP_CONFIG[:google_a_site]
+ -if APP_CONFIG[:google_a_site]
:javascript
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '#{APP_CONFIG[:google_a_site]}']);