diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-17 20:19:30 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-17 20:19:30 -0400 |
commit | f0534b3e6c6a50aabd3f97d409a75641a2424438 (patch) | |
tree | a6ca6dd4c718d737049b59cb2dc23eaa12add152 | |
parent | a81dfee3ed6b7b4a34f8f140f0cba49494699b92 (diff) |
index: wording on outbound tooltips
-rw-r--r-- | js/bootswatch.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index f4ddece4..444906ef 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -36,8 +36,8 @@ 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://builtwithbootstrap.com/" title="Showcase of sites and apps" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'builtwithbootstrap\']);">Built With Bootstrap <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> \ + <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 icon-white"></i></a></li> \ + <li><a rel="tooltip" target="_blank" href="http://wrapbootstrap.com" title="Marketplace for premium Bootstrap templates" 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); |