[mirotalksfu] - fix room name form-input

هذا الالتزام موجود في:
Miroslav Pejic
2021-10-15 20:37:45 +02:00
الأصل 35deb337e1
التزام 78ae14ea5e
2 ملفات معدلة مع 70 إضافات و9 حذوفات

عرض الملف

@@ -16,7 +16,7 @@
<!-- Title and Icon -->
<title>MiroTalk SFU - Free Video Calls, Messaging and Screen Sharing.</title>
<title>MiroTalk SFU, Free Video Calls, Messaging and Screen Sharing</title>
<link rel="shortcut icon" href="../images/logo.svg" />
<link rel="apple-touch-icon" href="../images/logo.svg" />
@@ -111,16 +111,18 @@
Pick a room name.<br />
How about this one?
</h3>
<div>
<div class="cta">
<div class="mb-24">
<label for="roomName"></label>
<input class="button" type="text" id="roomName" value="" />
<button
class="button button-primary button-wide-mobile pulse"
onclick="{window.location.href = '/join/' + document.getElementById('roomName').value}"
>
Join to room
</button>
<div class="form-group-desktop">
<input class="form-input" type="text" id="roomName" value="" />
<button
class="button button-primary pulse"
onclick="{window.location.href = '/join/' + document.getElementById('roomName').value}"
>
Join to room
</button>
</div>
</div>
</div>
</div>