Skip to content

Commit a7d9d0c

Browse files
committed
fixing broken js
1 parent 3823fc0 commit a7d9d0c

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-15T11:54:27Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-02-15T11:56:03Z</updated></feed>
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
<script>
2-
/**
3-
* Function that tracks a click on an outbound link in Google Analytics.
4-
* This function takes a valid URL string as an argument, and uses that URL string
5-
* as the event label.
6-
*/
71
var trackOutboundLink = function(url) {
82
ga('send', 'event', 'outbound', 'click', url, {'hitCallback':
9-
function () {
10-
document.location = url;
11-
}
12-
});
13-
}
14-
</script>
3+
function () { document.location = url; } }); }

theme/js/track_out.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
<script>
2-
/**
3-
* Function that tracks a click on an outbound link in Google Analytics.
4-
* This function takes a valid URL string as an argument, and uses that URL string
5-
* as the event label.
6-
*/
71
var trackOutboundLink = function(url) {
82
ga('send', 'event', 'outbound', 'click', url, {'hitCallback':
9-
function () {
10-
document.location = url;
11-
}
12-
});
13-
}
14-
</script>
3+
function () { document.location = url; } }); }

0 commit comments

Comments
 (0)