diff options
-rw-r--r-- | pages/chat.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/chat.php b/pages/chat.php index ee36262..c6ff79c 100644 --- a/pages/chat.php +++ b/pages/chat.php @@ -265,7 +265,7 @@ function setChatMute() { <?
echo "
- <a title='Mute sound?' class='chatMute_$chatMute' href='javascript:setChatMute()' id='chatMute'/></a>";
+ <a title='Mute sound?' class='chatMute_$chatMute unselectable' href='javascript:setChatMute()' id='chatMute'/></a>";
?>
<input class='chatButton' type="button" class="send" id='chatSendBtn' value='Send' onClick="sendChat();">
|