diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-16 18:56:51 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-16 18:56:51 -0400 |
commit | e11be931438e8c56282f479d0910f17b4529ce7f (patch) | |
tree | b45cae23f7c6842db64b0b6a392e9e673242d318 | |
parent | 40cf902bd79f989b83c9949464e0ea027ab7fa41 (diff) |
index: link to bwbootstrap
-rw-r--r-- | js/bootswatch.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index 3abbc701..f60b2f32 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -36,7 +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://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 sites and app" 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 themes and 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); |