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