taking out the if true

This commit is contained in:
maxwell 2010-11-17 16:17:52 -08:00
parent 6c97899d5d
commit f442c6fe3e

View file

@ -37,7 +37,7 @@
= csrf_meta_tag = csrf_meta_tag
= yield(:head) = yield(:head)
-if true#APP_CONFIG[:google_a_site] -if APP_CONFIG[:google_a_site]
:javascript :javascript
var _gaq = _gaq || []; var _gaq = _gaq || [];
_gaq.push(['_setAccount', '#{APP_CONFIG[:google_a_site]}']); _gaq.push(['_setAccount', '#{APP_CONFIG[:google_a_site]}']);