diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-06-29 10:58:24 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-06-29 10:58:24 -0400 |
commit | 547a8c57311273a30f35b43419a0cf7b01f58084 (patch) | |
tree | 72433ca1a6a1c24e9d7a506d9d912fbbe71f8be4 | |
parent | 1a21420d9a63db171c7406d0c1aefdcc6513f4d0 (diff) |
index: new link for WBS
-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 bb552b7a..70fb9fd3 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -37,7 +37,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://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> \ + <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 icon-white"></i></a></li> \ </ul>'; $('.navbar .nav-collapse').first().append(menu); |