mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add id to "Gist it" button so we can refer to it from JS.
This commit is contained in:
committed by
Pieter de Bie
parent
23f1672831
commit
8ef733518e
@@ -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 it
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user