Merge pull request #3595 from edx/adam/fix-typo-2
put google analytics in quotation marks in linkedin email template
This commit is contained in:
@@ -393,7 +393,7 @@
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(["_setAccount", ${google_analytics}]);
|
||||
_gaq.push(["_setAccount", "${google_analytics}"]);
|
||||
_gaq.push(["_setDomainName", ".campaign-archive.com"]);
|
||||
_gaq.push(["_trackPageview"]);
|
||||
_gaq.push(["_setAllowLinker", true]);
|
||||
|
||||
Reference in New Issue
Block a user