single instead of double quotes [ci skip]
This commit is contained in:
parent
a52d8f221a
commit
ad593fea6c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ module AnalyticsHelper
|
|||
javascript_tag do
|
||||
<<-JS
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', "#{AppConfig[:google_a_site]}"]);
|
||||
_gaq.push(['_setAccount', '#{AppConfig[:google_a_site]}']);
|
||||
|
||||
_gaq.push(['_setCustomVar', 1, 'Role', '#{segment}']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue