Merge branch 'main' of https://github.com/miroslavpejic85/mirotalksfu into main
هذا الالتزام موجود في:
@@ -626,11 +626,11 @@ function roomIsReady() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function hide(elem) {
|
function hide(elem) {
|
||||||
elem.className = 'hidden';
|
elem.classList.add('hidden');
|
||||||
}
|
}
|
||||||
|
|
||||||
function show(elem) {
|
function show(elem) {
|
||||||
elem.className = '';
|
elem.classList.remove('hidden');
|
||||||
}
|
}
|
||||||
|
|
||||||
function setColor(elem, color) {
|
function setColor(elem, color) {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم