diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-11-18 12:31:23 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-11-18 12:31:23 -0500 |
commit | c11f96dcc417a97234abb75d84c1eb49087a03f2 (patch) | |
tree | 4df2450c06b1c2cf998a240bdee9f2e190b27e6a /amelia/index.html | |
parent | e6092c3fe985fb326ad3625274bb021ce61bf80c (diff) |
index: fix ga code
Diffstat (limited to 'amelia/index.html')
-rwxr-xr-x | amelia/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |