diff options
| author | tekkub <tekkub@gmail.com> | 2010-02-28 18:57:57 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-02-28 18:57:57 -0700 |
| commit | eb2728d5ed4841da11e809051c0995c1f5a6b03b (patch) | |
| tree | fbb27b6b9dd1d80bce4298e88a626b507ed2f78e /_layouts | |
| parent | 7ae67320b1935f34354e1d2928216744d7223c5d (diff) | |
Buhbye tender widget, you just didn't work for everyone
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index a5888a4..3844c08 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -48,7 +48,7 @@ sidebar_cats: <div class="actions"> <a href="http://learn.github.com/">Git Learning Site</a> <a href="http://github.com/help/help.github.com#readme">Contribute</a> - <a href="#" class="support_toggle">Support</a> + <a href="http://support.github.com/">Support</a> <a href="http://github.com/">Back to GitHub</a> </div> </div> @@ -107,13 +107,5 @@ sidebar_cats: </div> </div> </div> - <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> + </body> </html> |
