[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);
};
// room
switchSound.onchange = (e) => {
switchSounds.onchange = (e) => {
isSoundEnabled = e.currentTarget.checked;
};
// styling

عرض الملف

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