more read only mode fixes andadd support for handleMessageSecurity hook

This commit is contained in:
John McLear 2015-05-20 01:05:53 +01:00
parent fe7ab21c84
commit 3944a0e79b
2 changed files with 14 additions and 0 deletions

View file

@ -325,6 +325,9 @@ function handshake()
if(clientVars.readonly){
$('#myusernameedit').attr("disabled", true);
$('#chatinput').attr("disabled", true);
$('#chaticon').hide();
$('#options-chatandusers').parent().hide();
$('#options-stickychat').parent().hide();
}
$("body").addClass(clientVars.readonly ? "readonly" : "readwrite")