1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-02 11:30:22 +02:00

fix analytics

This commit is contained in:
Kushagra Gour
2017-03-17 01:50:32 +05:30
parent 4b063ebed2
commit 535dcc9af6
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="mxplxN2q3PUVmMlYoRQ6kL74smUtr2Vkt06Y8rheJjE" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Web Maker - A blazing fast & offline web playground</title>
@@ -438,7 +437,7 @@
if (location.host.indexOf('localhost') === -1) {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19798102-1']);
_gaq.push(['_setAccount', 'UA-87786708-1']);
_gaq.push(['_trackPageview']);
(function() {

View File

@@ -145,7 +145,7 @@
if (location.host.indexOf('localhost') === -1) {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19798102-1']);
_gaq.push(['_setAccount', 'UA-87786708-1']);
_gaq.push(['_trackPageview']);
(function() {