Skip to content

Commit 8caaeab

Browse files
committed
Updates
1 parent 05c41c4 commit 8caaeab

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

src/chat/interface/roomselect.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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",

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1761746293574"}
1+
{"timestamp":"1761761685473"}

0 commit comments

Comments
 (0)