From c11f96dcc417a97234abb75d84c1eb49087a03f2 Mon Sep 17 00:00:00 2001 From: Thomas Park <thomas@thomaspark.me> Date: Sun, 18 Nov 2012 12:31:23 -0500 Subject: index: fix ga code --- amelia/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amelia') diff --git a/amelia/index.html b/amelia/index.html index a4b19122..4eea90bb 100755 --- a/amelia/index.html +++ b/amelia/index.html @@ -84,8 +84,8 @@ </li> </ul> <ul class="nav pull-right" id="main-menu-right"> - <li><a rel="tooltip" target="_blank" href="http://builtwithbootstrap.com/" title="Showcase of Bootstrap sites & apps" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'builtwithbootstrap\']);">Built With Bootstrap <i class="icon-share-alt"></i></a></li> - <li><a rel="tooltip" target="_blank" href="https://wrapbootstrap.com/?ref=bsw" title="Marketplace for premium Bootstrap templates" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'wrapbootstrap\']);">WrapBootstrap <i class="icon-share-alt"></i></a></li> + <li><a rel="tooltip" target="_blank" href="http://builtwithbootstrap.com/" title="Showcase of Bootstrap sites & apps" onclick="_gaq.push(['_trackEvent', 'click', 'outbound', 'builtwithbootstrap']);">Built With Bootstrap <i class="icon-share-alt"></i></a></li> + <li><a rel="tooltip" target="_blank" href="https://wrapbootstrap.com/?ref=bsw" title="Marketplace for premium Bootstrap templates" onclick="_gaq.push(['_trackEvent', 'click', 'outbound', 'wrapbootstrap']);">WrapBootstrap <i class="icon-share-alt"></i></a></li> </ul> </div> </div> -- cgit v1.2.3