mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
refactor(client) google-analytics -> analytics
This commit is contained in:
parent
02b06c4395
commit
9272b4d922
2 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
})()
|
||||
};
|
||||
|
||||
CloudCmd.GoogleAnalytics = function(){
|
||||
CloudCmd.analytics = function(){
|
||||
Events.addOneTime('mousemove', function(){
|
||||
var lUrl = CloudCmd.LIBDIRCLIENT + 'google_analytics.js';
|
||||
var lUrl = CloudCmd.LIBDIRCLIENT + 'analytics.js';
|
||||
|
||||
setTimeout(function(){
|
||||
DOM.jsload(lUrl);
|
||||
|
|
@ -735,6 +735,6 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
CloudCmd.init();
|
||||
|
||||
/* загружаем Google Analytics */
|
||||
CloudCmd.GoogleAnalytics();
|
||||
CloudCmd.analytics();
|
||||
});
|
||||
})(Util, DOM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue