diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:21:48 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:21:48 -0600 |
commit | c230abd1f7ecc1139f9bef92208eced6849b2c78 (patch) | |
tree | 5f60dcafabc25c79021bf22014491af6c219cec3 | |
parent | d19d00b64fe5ada00e6859bd8308863c76c9a1b0 (diff) | |
download | pathery-c230abd1f7ecc1139f9bef92208eced6849b2c78.tar.xz |
oh yeah, wanted to add unselected as well
-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();">
|