File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ async function doRoomSelect() {
430430 className : "whiteBox centerMiddle popupDialogAnimation" ,
431431 style : {
432432 width : "calc(100vw - 50px)" ,
433- minWidth : "300px"
433+ minWidth : "300px" ,
434434 } ,
435435 children : [
436436 {
@@ -458,7 +458,7 @@ async function doRoomSelect() {
458458 ] ,
459459 } ,
460460 {
461- element : "br"
461+ element : "br" ,
462462 } ,
463463 {
464464 element : "span" ,
@@ -503,7 +503,7 @@ async function doRoomSelect() {
503503 element : "div" ,
504504 className : "divButton roundborder" ,
505505 style : {
506- margin : "3px 3px"
506+ margin : "3px 3px" ,
507507 } ,
508508 children : [
509509 {
@@ -526,7 +526,8 @@ async function doRoomSelect() {
526526 ) ;
527527 if ( a . ok ) {
528528 var json = await a . json ( ) ;
529- window . location . hash = "#" + encodeURIComponent ( json . id ) ;
529+ window . location . hash =
530+ "#" + encodeURIComponent ( json . id ) ;
530531 window . location . reload ( ) ;
531532 } else {
532533 dialog . alert (
@@ -545,7 +546,7 @@ async function doRoomSelect() {
545546 element : "div" ,
546547 className : "divButton roundborder" ,
547548 style : {
548- margin : "3px 3px"
549+ margin : "3px 3px" ,
549550 } ,
550551 children : [
551552 {
@@ -569,8 +570,8 @@ async function doRoomSelect() {
569570 } ,
570571 ] ,
571572 style : {
572- display : "flex"
573- }
573+ display : "flex" ,
574+ } ,
574575 } ,
575576 {
576577 element : "div" ,
Original file line number Diff line number Diff line change 1- {"timestamp" :" 1761746293574 " }
1+ {"timestamp" :" 1761761685473 " }
You can’t perform that action at this time.
0 commit comments