remove quotes from _setSiteSpeedSampleRate value

This commit is contained in:
Daniel Seifert 2016-01-27 08:33:07 +00:00
parent 87607d144e
commit c453a4b07a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
[{/if}]
[{if $oD3GASettings->getValue('iD3GASiteSpeedSampleRate')}]
_gaq.push(['_setSiteSpeedSampleRate', '[{$oD3GASettings->getValue('iD3GASiteSpeedSampleRate')}]']);
_gaq.push(['_setSiteSpeedSampleRate', [{$oD3GASettings->getValue('iD3GASiteSpeedSampleRate')}]]);
[{/if}]
[{if $oD3GASettings->getValue('iD3GASampleRate')}]