Skip to content

Commit badd911

Browse files
committed
update google analytics code
1 parent 1214675 commit badd911

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

documentation.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Documentation - Bootflat</title>
66
<!-- Sets initial viewport load and disables zooming -->
77
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
8-
<!-- SmartAddon.com Verification -->
8+
<!-- SmartAddon.com Verification -->
99
<meta name="smartaddon-verification" content="936e8d43184bc47ef34e25e426c508fe" />
1010
<link rel="shortcut icon" href="favicon_16.ico"/>
11-
<link rel="bookmark" href="favicon_16.ico"/>
11+
<link rel="bookmark" href="favicon_16.ico"/>
1212
<!-- site css -->
1313
<link rel="stylesheet" href="css/site.min.css">
1414
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
@@ -51,7 +51,7 @@ <h4>The complete style of the Bootflat Framework</h4>
5151
</div>
5252
<div class="topic__infos">
5353
<div class="container">
54-
Bootflat offers over a dozen reusable components, which can be combined with each other.
54+
Bootflat offers over a dozen reusable components, which can be combined with each other.
5555
</div>
5656
</div>
5757
</div>
@@ -698,8 +698,8 @@ <h3 class="popover-title">Popover left</h3>
698698
<div class="popover-content">
699699
<p>Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>
700700
</div>
701-
</div>
702-
</div>
701+
</div>
702+
</div>
703703
</div>
704704
</div>
705705
</div>
@@ -729,7 +729,7 @@ <h2 class="example-title">Forms</h2>
729729
<span class="input-group-addon">$</span>
730730
<input type="text" class="form-control">
731731
<span class="input-group-addon">.00</span>
732-
</div>
732+
</div>
733733
</div>
734734
<div class="col-md-12">
735735
<div class="input-group">
@@ -924,7 +924,7 @@ <h4>Heads up!</h4>
924924
</div>
925925
<div class="alert alert-danger alert-dismissable">
926926
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
927-
<h4>Oh snap!</h4>
927+
<h4>Oh snap!</h4>
928928
<p>Change this and that and try again. <a class="alert-link">Duis mollis</a>, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
929929
<p><a class="btn btn-danger" href="#">Take this action</a> <a class="btn btn-link" href="#">Or do this</a></p>
930930
</div>
@@ -1560,7 +1560,7 @@ <h4 class="list-group-item-heading">List group item heading</h4>
15601560
</div>
15611561
</div>
15621562
</div>
1563-
<!-- Jumbotron
1563+
<!-- Jumbotron
15641564
================================================== -->
15651565
<div class="example">
15661566
<h2 class="example-title">Jumbotron</h2>
@@ -1912,7 +1912,7 @@ <h2 class="example-title">Typography</h2>
19121912
<div class="col-md-12">
19131913
<div class="example-typography">
19141914
<h1><span class="heading-note">Header 1</span>Showers across the W</h1>
1915-
</div>
1915+
</div>
19161916
<div class="example-typography">
19171917
<h1><span class="heading-note">Header 1</span>Showers across the W</h1>
19181918
</div>
@@ -2034,6 +2034,7 @@ <h3 style="margin-bottom: 15px;">Newsletter</h3>
20342034
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
20352035

20362036
ga('create', 'UA-48721682-1', 'bootflat.github.io');
2037+
ga('require', 'displayfeatures');
20372038
ga('send', 'pageview');
20382039

20392040
</script>

free-psd.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ <h3 style="margin-bottom: 15px;">Newsletter</h3>
197197
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
198198

199199
ga('create', 'UA-48721682-1', 'bootflat.github.io');
200+
ga('require', 'displayfeatures');
200201
ga('send', 'pageview');
201202

202203
</script>

getting-started.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ <h3 style="margin-bottom: 15px;">Newsletter</h3>
259259
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
260260

261261
ga('create', 'UA-48721682-1', 'bootflat.github.io');
262+
ga('require', 'displayfeatures');
262263
ga('send', 'pageview');
263264

264265
</script>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ <h3 style="margin-bottom: 15px;">Newsletter</h3>
187187
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
188188

189189
ga('create', 'UA-48721682-1', 'bootflat.github.io');
190+
ga('require', 'displayfeatures');
190191
ga('send', 'pageview');
191192

192193
</script>

0 commit comments

Comments
 (0)