diff options
| author | tekkub <tekkub@gmail.com> | 2009-08-14 19:56:14 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-08-14 19:56:14 -0600 |
| commit | 5744a48e68f10cb6eef7480b53ea64a92e78eb5d (patch) | |
| tree | b9b02b9aa8560cb6418c8a2dbc237b08483b3721 /_layouts/default.html | |
| parent | d96e983b41fcfb03f4f56d116d270ee2b23d9c60 (diff) | |
Add tender widget
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 84550d5..c7532c5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -84,9 +84,9 @@ sidebar_cats: <div class="links"> <a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> | <a href="http://github.com/blog">Blog</a> | - <a href="http://support.github.com/">Support</a> | + <a href="#" class="support_toggle">Support</a> | <a href="http://github.com/training">Git Training</a> | - <a href="http://github.com/contact">Contact</a> | + <a href="mailto:support@github.com">Contact</a> | <a href="http://groups.google.com/group/github/">Google Group</a> | <a href="http://github.wordpress.com">Status</a> </div> @@ -96,5 +96,13 @@ sidebar_cats: </div> </div> </div> - </body> + <script type="text/javascript"> + Tender = { + hideToggle: true, + widgetToggles: $('.support_toggle') + } + var baseSslHost = (("https:" == document.location.protocol) ? "https://" : "http://"); + document.write(unescape("%3Cscript src='" + baseSslHost + "github.tenderapp.com/tender_widget.js' type='text/javascript'%3E%3C/script%3E")); + </script> + </body> </html>
\ No newline at end of file |
