taking out the if true
This commit is contained in:
parent
6c97899d5d
commit
f442c6fe3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]}']);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue