Changeset 1443

Show
Ignore:
Timestamp:
04/18/11 22:09:17 (13 months ago)
Author:
winfried
Message:

Playing ring sound when topic is changed, should alert better for new chat.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/htdocs/chat.js

    r1431 r1443  
    251251            if (ISSTAFF) { 
    252252                putMsgHTML(TOPICMESSAGE+" "+msg.getSubject(), mtime, group); 
     253                srcW.playSound('chat_recv'); 
    253254            } 
    254255            return;