This commit is contained in:
parent
bea532b978
commit
97401bed5f
|
@ -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)';
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue