[mirotalksfu] - fix prettier lint

هذا الالتزام موجود في:
Miroslav Pejic
2025-05-31 12:12:25 +02:00
الأصل 35bc491ce3
التزام f6ccacf922
18 ملفات معدلة مع 142 إضافات و142 حذوفات

عرض الملف

@@ -218,7 +218,7 @@ function genRoom() {
function getUUID4() {
return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, (c) =>
(c ^ (crypto.getRandomValues(new Uint8Array(1))[0] & (15 >> (c / 4)))).toString(16),
(c ^ (crypto.getRandomValues(new Uint8Array(1))[0] & (15 >> (c / 4)))).toString(16)
);
}
@@ -251,7 +251,7 @@ function isValidRoomName(input) {
function adultContent() {
if (
confirm(
'18+ WARNING! ADULTS ONLY!\n\nExplicit material for viewing by adults 18 years of age or older. You must be at least 18 years old to access to this site!\n\nProceeding you are agree and confirm to have 18+ year.',
'18+ WARNING! ADULTS ONLY!\n\nExplicit material for viewing by adults 18 years of age or older. You must be at least 18 years old to access to this site!\n\nProceeding you are agree and confirm to have 18+ year.'
)
) {
window.open('https://luvlounge.ca', '_blank');