Skip to content

Commit 5d08e7c

Browse files
committedJun 7, 2015
ga + favicon
1 parent 8523bf7 commit 5d08e7c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎src/app/diffusion/diffusion.controller.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ class DiffusionCtrl {
140140
};
141141

142142
$scope.refreshTime = function () {
143-
if ($scope.funcError !== '') return;
143+
if ($scope.funcError !== '') {
144+
return;
145+
}
144146

145147
let t = $scope.maxT,
146148
maxX = $scope.maxX,

‎src/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>yotodo</title>
66
<meta name="description" content="">
77
<meta name="viewport" content="width=device-width">
8+
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
89
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
910

1011
<!-- build:css({.tmp/serve,src}) styles/vendor.css -->
@@ -34,7 +35,7 @@
3435
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
3536
e.src='//www.google-analytics.com/analytics.js';
3637
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
37-
ga('create','UA-XXXXX-X');ga('send','pageview');
38+
ga('create','UA-39231166-11');ga('send','pageview');
3839
</script>
3940

4041
<!-- build:js(src) scripts/vendor.js -->

0 commit comments

Comments
 (0)
Please sign in to comment.