mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(analytics) quotes
This commit is contained in:
parent
9f515dd920
commit
f3ebf2c44f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ var DOM, _gaq;
|
|||
|
||||
DOM.Events.addError(function(msg, url, line) {
|
||||
_gaq.push(['_trackEvent', 'JS Error', msg,
|
||||
navigator.userAgent + ' -> ' + url + " : " + line]);
|
||||
navigator.userAgent + ' -> ' + url + ' : ' + line]);
|
||||
});
|
||||
|
||||
DOM.jsload('//google-analytics.com/ga.js');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue