🔑🏏 Checkpoint
./public/style.css:530995/304 ./views/room.handlebars:530995/22 ./room.js:530995/139
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</button>
|
||||
</main>
|
||||
|
||||
<div id="messageBox">
|
||||
<div id="messageBox" class="hide">
|
||||
|
||||
</div>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
}));
|
||||
});
|
||||
|
||||
showMessage(msg) {
|
||||
function showMessage(msg) {
|
||||
let mb = document.getElementById('messageBox');
|
||||
mb.innerHTML = msg;
|
||||
mb.classList.remove('hide');
|
||||
|
Reference in New Issue
Block a user