Ajouter fichier demo et info M3U
This commit is contained in:
+5
-1
@@ -36,7 +36,11 @@ function openPersonalEpgModal() {
|
||||
m3uInput.disabled = !ALLOW_PERSONAL_M3U;
|
||||
}
|
||||
if (m3uHint) {
|
||||
m3uHint.style.display = ALLOW_PERSONAL_M3U ? '' : 'none';
|
||||
m3uHint.textContent = ALLOW_PERSONAL_M3U
|
||||
? (m3uHint.dataset.enabledText ?? '')
|
||||
: (m3uHint.dataset.disabledText ?? '');
|
||||
m3uHint.classList.toggle('is-disabled', !ALLOW_PERSONAL_M3U);
|
||||
m3uHint.style.display = '';
|
||||
}
|
||||
modal.classList.add('visible');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user