[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-10 11:35:19 +02:00
الأصل be4ba0b969
التزام 7b1c801262
2 ملفات معدلة مع 4 إضافات و6 حذوفات

عرض الملف

@@ -987,7 +987,7 @@ function handleSelects() {
rc.setLocalStorageDevices(RoomClient.mediaType.video, videoSelect.selectedIndex, videoSelect.value); rc.setLocalStorageDevices(RoomClient.mediaType.video, videoSelect.selectedIndex, videoSelect.value);
}; };
// room // room
switchSound.onchange = (e) => { switchSounds.onchange = (e) => {
isSoundEnabled = e.currentTarget.checked; isSoundEnabled = e.currentTarget.checked;
}; };
// styling // styling

عرض الملف

@@ -177,12 +177,10 @@
<i class="fas fa-lock"></i> <i class="fas fa-lock"></i>
<p>Unlock room</p> <p>Unlock room</p>
</button> </button>
<br /> <div class="form-check form-switch form-switch-md" style="margin: 10px">
<div class="form-check form-switch form-switch-md" style="margin: 5px"> <input class="form-check-input" type="checkbox" id="switchSounds" checked />
<input class="form-check-input" type="checkbox" id="switchSound" checked /> <label class="form-check-label" style="color: #fff" for="switchSounds">&nbsp;Sounds</label>
<label class="form-check-label" style="color: #fff" for="switchSound">&nbsp;Sounds</label>
</div> </div>
<br />
<button id="sessionTimeButton"> <button id="sessionTimeButton">
<i class="fas fa-clock"></i> <i class="fas fa-clock"></i>
<p id="sessionTime"></p> <p id="sessionTime"></p>