This commit is contained in:
libccy 2017-04-19 13:23:33 +08:00
parent bea532b978
commit 97401bed5f
3 changed files with 4 additions and 0 deletions

View File

@ -35835,6 +35835,7 @@
button.input.onkeydown=function(e){
if(e.keyCode==13&&!this.disabled){
game.send('server','status',this.value);
this.blur();
this.disabled=true;
this.style.opacity=0.6;
button.textnode.innerHTML='发状态(10)';

View File

@ -15,6 +15,7 @@
room=rooms[0];
}
this.room=room;
delete this.status;
if(room.owner){
if(room.servermode&&!room.owner._onconfig&&config&&mode){
room.owner.sendl('createroom',index,config,mode);

View File

@ -1260,6 +1260,8 @@ input.fileinput::-webkit-file-upload-button {
}
.onlineclient .videonode>.name{
left: 35px;
max-width: 125px;
overflow: hidden;
white-space: nowrap;
text-align: left;
height: 30px;