mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 16:20:09 +02:00
update ga id
This commit is contained in:
@@ -32,9 +32,9 @@ if (navigator.onLine && !window.DEBUG) {
|
||||
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
||||
|
||||
if (location.href.indexOf('chrome-extension://') === -1) {
|
||||
ga('create', 'UA-87786708-1');
|
||||
ga('create', 'UA-87786708-2');
|
||||
} else {
|
||||
ga('create', 'UA-87786708-1', {
|
||||
ga('create', 'UA-87786708-2', {
|
||||
'cookieDomain': 'none'
|
||||
});
|
||||
// required for chrome extension protocol
|
||||
|
Reference in New Issue
Block a user