diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-04-01 14:39:16 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-04-01 14:39:16 -0400 |
commit | bd2278eab7a5f0a77432ac03d5cf331888818e48 (patch) | |
tree | 8e56f9730af57fe43416599572d4da089a635f99 /united | |
parent | b382906266ec83ba8a6cb64e95ed31ee7408d083 (diff) |
move handlers to after src
Diffstat (limited to 'united')
-rw-r--r-- | united/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/united/index.html b/united/index.html index ac509135..77a5e9ca 100644 --- a/united/index.html +++ b/united/index.html @@ -102,7 +102,7 @@ <div class="well sponsor"> <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'treehouse']);" rel="nofollow" target="_blank"> <span style="float: left; margin-right: 15px;"> - <img onload="_gaq.push(['_trackEvent', 'banner', 'impression', 'treehouse']);" src="http://srv.buysellads.com/direct/image/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" width="175" height="135"> + <img src="http://srv.buysellads.com/direct/image/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onload="_gaq.push(['_trackEvent', 'banner', 'impression', 'treehouse']);" width="175" height="135"> </span> </a> <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'treehouse']);" rel="nofollow" target="_blank"> |