diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-20 20:52:07 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-20 20:52:07 -0500 |
commit | 5ed3086c85903e54a82a412e364118fd4943e050 (patch) | |
tree | 6f3f2f92948153fa9d049a56ad83caea1de9db57 | |
parent | c5329064b239364b9001e76981d842ed0d5c2544 (diff) |
added ga to wrapbootstrap link
-rw-r--r-- | js/bootswatch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index cdfe2325..5f271762 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -31,7 +31,7 @@ if(document.title !== 'Bootswatch: Free themes for Twitter Bootstrap') { menu = menu + ' </ul> \ <ul class="nav pull-right"> \ - <li><a rel="tooltip" target="_blank" href="http://wrapbootstrap.com" title="Marketplace for premium templates and themes">WrapBootstrap <i class="icon-share-alt icon-white"></i></a></li> \ + <li><a rel="tooltip" target="_blank" href="http://wrapbootstrap.com" title="Marketplace for premium templates and themes" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'wrapbootstrap\']);">WrapBootstrap <i class="icon-share-alt icon-white"></i></a></li> \ </ul>'; $('.navbar .nav-collapse').first().append(menu); |