This commit is contained in:
libccy 2016-07-11 11:18:22 +08:00
parent 20a74712fe
commit 0c3b14b5a9
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ window.noname_update={
'game/game.js', 'game/game.js',
'card/sp.js', 'card/sp.js',
'card/swd.js', 'card/swd.js',
'mode/connect.js',
], ],
'1.8.16.3':[] '1.8.16.3':[]
} }

View File

@ -31,7 +31,7 @@ mode.connect={
node.style.left='calc(50% - 210px)'; node.style.left='calc(50% - 210px)';
node.style.top='calc(50% - 20px)'; node.style.top='calc(50% - 20px)';
node.style.whiteSpace='nowrap'; node.style.whiteSpace='nowrap';
node.innerHTML=lib.config.last_ip||''; node.innerHTML=lib.config.last_ip||lib.hallURL;
node.contentEditable=true; node.contentEditable=true;
node.style.webkitUserSelect='text'; node.style.webkitUserSelect='text';
node.style.textAlign='center'; node.style.textAlign='center';