From f442c6fe3e11589f933591e867c4d16d9e48a70f Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 17 Nov 2010 16:17:52 -0800 Subject: [PATCH] taking out the if true --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}']);