[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -10,7 +10,7 @@ const loginBtn = document.getElementById('loginButton');
|
|||||||
const joinRoomForm = document.getElementById('joinRoomForm');
|
const joinRoomForm = document.getElementById('joinRoomForm');
|
||||||
const selectRoom = document.getElementById('selectRoom');
|
const selectRoom = document.getElementById('selectRoom');
|
||||||
const joinSelectRoomBtn = document.getElementById('joinSelectRoomButton');
|
const joinSelectRoomBtn = document.getElementById('joinSelectRoomButton');
|
||||||
const generateRoomBtn = document.getElementById('generateRoomButton'); // ADD
|
const generateRoomBtn = document.getElementById('generateRoomButton');
|
||||||
|
|
||||||
// Default handler (will be overridden for admin below)
|
// Default handler (will be overridden for admin below)
|
||||||
joinSelectRoomBtn.onclick = (e) => {
|
joinSelectRoomBtn.onclick = (e) => {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
function popup(icon, text, position = 'center') {
|
function popup(icon, text, position = 'top') {
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
background: '#1D2026',
|
background: '#1D2026',
|
||||||
position: position,
|
position: position,
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم