remove quotes from _setSiteSpeedSampleRate value
This commit is contained in:
parent
87607d144e
commit
c453a4b07a
@ -29,7 +29,7 @@
|
|||||||
[{/if}]
|
[{/if}]
|
||||||
|
|
||||||
[{if $oD3GASettings->getValue('iD3GASiteSpeedSampleRate')}]
|
[{if $oD3GASettings->getValue('iD3GASiteSpeedSampleRate')}]
|
||||||
_gaq.push(['_setSiteSpeedSampleRate', '[{$oD3GASettings->getValue('iD3GASiteSpeedSampleRate')}]']);
|
_gaq.push(['_setSiteSpeedSampleRate', [{$oD3GASettings->getValue('iD3GASiteSpeedSampleRate')}]]);
|
||||||
[{/if}]
|
[{/if}]
|
||||||
|
|
||||||
[{if $oD3GASettings->getValue('iD3GASampleRate')}]
|
[{if $oD3GASettings->getValue('iD3GASampleRate')}]
|
||||||
|
Loading…
Reference in New Issue
Block a user