[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-08-18 01:04:17 +02:00
الأصل 4172732e51
التزام 340b963b8f
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

@@ -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,