Skip to content

Commit 2fefa45

Browse files
committed
removing outbound external js script
1 parent 56d143f commit 2fefa45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+154
-9
lines changed

about-author.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
179179
2015
180180
</div>
181181
</div>
182+
<script type='text/javascript'>
183+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
184+
</script>
182185
</body>
183186
</html>

all.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5430,5 +5430,8 @@ <h3>Where to now?</h3>
54305430
2015
54315431
</div>
54325432
</div>
5433+
<script type='text/javascript'>
5434+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
5435+
</script>
54335436
</body>
54345437
</html>

api-creation.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,5 +348,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
348348
2015
349349
</div>
350350
</div>
351+
<script type='text/javascript'>
352+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
353+
</script>
351354
</body>
352355
</html>

api-integration.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
276276
2015
277277
</div>
278278
</div>
279+
<script type='text/javascript'>
280+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
281+
</script>
279282
</body>
280283
</html>

application-dependencies.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
327327
2015
328328
</div>
329329
</div>
330+
<script type='text/javascript'>
331+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
332+
</script>
330333
</body>
331334
</html>

application-programming-interfaces.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
243243
2015
244244
</div>
245245
</div>
246+
<script type='text/javascript'>
247+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
248+
</script>
246249
</body>
247250
</html>

best-python-resources.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
374374
2015
375375
</div>
376376
</div>
377-
<script type="text/javascript" src="theme/js/track_out.js"></script>
377+
<script type='text/javascript'>
378+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
379+
</script>
378380
</body>
379381
</html>

bottle.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
231231
2015
232232
</div>
233233
</div>
234+
<script type='text/javascript'>
235+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
236+
</script>
234237
</body>
235238
</html>

caching.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
230230
2015
231231
</div>
232232
</div>
233+
<script type='text/javascript'>
234+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
235+
</script>
233236
</body>
234237
</html>

cascading-style-sheets.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,5 +312,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
312312
2015
313313
</div>
314314
</div>
315+
<script type='text/javascript'>
316+
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
317+
</script>
315318
</body>
316319
</html>

0 commit comments

Comments
 (0)