diff options
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index 61018c5..0d453d8 100755 --- a/template/chat.st +++ b/template/chat.st @@ -53,7 +53,7 @@ <span class="content">$m.content$ </a><span> -<div id="faving"> +<div id="faving" style="display:none;"> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('like','','/static/thumbs_up_sm.gif',1)"><img src="/static/thumbup.gif" alt="like it!" name="like" width="14" height="15" border="0" id="like" /></a> </div> |
