Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:mustardhamsters/reddit.tv
Browse files Browse the repository at this point in the history
Conflicts:
	js/tv.js
  • Loading branch information
excuses committed Dec 17, 2013
2 parents ebdcce7 + 0259b73 commit 195caee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -176,7 +176,7 @@

<footer>
<div class="grid-container">
Privacy Policy, etc <?php /* TODO Include privacy policy and copyright jams, Twitter attribution for Bootstrap */ ?>
Use of this site constitutes acceptance of our <a href="http://www.reddit.com/help/useragreement">User Agreement (updated)</a> and <a href="http://www.reddit.com/help/privacypolicy">Privacy Policy</a>. © 2013 reddit Inc. All rights reserved.
</div>
</footer>

Expand Down
3 changes: 3 additions & 0 deletions js/tv.js
Expand Up @@ -1324,6 +1324,9 @@ var RedditTV = Class.extend({

var redditlink = 'http://reddit.com'+$.unescapifyHTML(video.permalink);

self.gaEventTrack('Video', 'Play', self.curVideoTitle());
self.gaEventTrack('Channel', 'Video Play', self.curVideoTitle());

var videoTitle = '<a href="' + redditlink + '" target="_blank"'
+ ' title="' + video.title_quot + '">'
+ video.title_unesc + '</a>';
Expand Down

0 comments on commit 195caee

Please sign in to comment.