Add id to "Gist it" button so we can refer to it from JS.

This commit is contained in:
Daniel Lundqvist
2008-12-22 23:03:19 +08:00
committed by Pieter de Bie
parent 23f1672831
commit 8ef733518e
+1 -1
View File
@@ -14,7 +14,7 @@
<body style="padding: 0px; border: 0px">
<div id="rightcontent">
<div id="buttons">
<a class="servicebutton" onClick="gistie();return false" href='#'>
<a class="servicebutton" id="gist" onClick="gistie();return false" href='#'>
Gist&nbsp;it
</a>
</div>