diff --git a/index.html b/index.html index 7032420..7590074 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
' + t('Send') + ' ' + esc(name) + ' ' + t('event notification to the card?') + '
'; + btn.textContent = t('Send'); + modal.classList.remove('hidden'); + return; + } + if (cfg.note === 'not_yet') { + title.textContent = name; + body.innerHTML = '' + t('This event type is not yet supported.') + '
'; + btn.classList.add('hidden'); + } else { + title.textContent = name + ' (' + t('Send') + ')'; + let html = ''; + cfg.fields.forEach(f => { + const rg = f.g ? f.g.split(',') : null; + html += '