mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(analytics) add " ", "\n"
This commit is contained in:
parent
9272b4d922
commit
d1dda5a7ae
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
var DOM, _gaq;
|
||||
(function(DOM, _gaq){
|
||||
|
||||
(function(DOM, _gaq) {
|
||||
'use strict';
|
||||
|
||||
/* setting google analitics tracking code */
|
||||
|
|
@ -12,4 +13,4 @@ var DOM, _gaq;
|
|||
|
||||
DOM.jsload('//google-analytics.com/ga.js');
|
||||
|
||||
})(DOM, _gaq);
|
||||
})(DOM, _gaq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue