mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Added hint to comments section.
This commit is contained in:
parent
80614d384d
commit
023d57f0cf
@ -2,6 +2,7 @@
|
|||||||
<li class="static">Comments:</li>
|
<li class="static">Comments:</li>
|
||||||
<li data-service="disqus" data-div="comments_disqus">Disqus</li>
|
<li data-service="disqus" data-div="comments_disqus">Disqus</li>
|
||||||
<li data-service="google" data-div="comments_google">Google+</li>
|
<li data-service="google" data-div="comments_google">Google+</li>
|
||||||
|
<li class="hint static">(Click to enable.)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div id="comments_disqus" class="comments-tab">
|
<div id="comments_disqus" class="comments-tab">
|
||||||
|
@ -24,6 +24,8 @@ $(document).ready ->
|
|||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild gog
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild gog
|
||||||
$(this).removeAttr 'data-service'
|
$(this).removeAttr 'data-service'
|
||||||
|
|
||||||
|
$('ul#comments-tabs li.hint').remove
|
||||||
|
|
||||||
$('ul#comments-tabs li').removeClass 'current'
|
$('ul#comments-tabs li').removeClass 'current'
|
||||||
$('.comments-tab').removeClass 'current'
|
$('.comments-tab').removeClass 'current'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user