[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -2143,7 +2143,7 @@ function handleRoomClientEvents() {
|
|||||||
if (survey && survey.enabled) {
|
if (survey && survey.enabled) {
|
||||||
leaveFeedback();
|
leaveFeedback();
|
||||||
} else {
|
} else {
|
||||||
redirect && redirect.enabled ? openURL(redirect.url) : openURL('/newroom');
|
redirectOnLeave();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -2169,11 +2169,15 @@ function leaveFeedback() {
|
|||||||
if (result.isConfirmed) {
|
if (result.isConfirmed) {
|
||||||
openURL(survey.url);
|
openURL(survey.url);
|
||||||
} else {
|
} else {
|
||||||
openURL('/newroom');
|
redirectOnLeave();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function redirectOnLeave() {
|
||||||
|
redirect && redirect.enabled ? openURL(redirect.url) : openURL('/newroom');
|
||||||
|
}
|
||||||
|
|
||||||
function userLog(icon, message, position, timer = 3000) {
|
function userLog(icon, message, position, timer = 3000) {
|
||||||
const Toast = Swal.mixin({
|
const Toast = Swal.mixin({
|
||||||
background: swalBackground,
|
background: swalBackground,
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم