fix: _showExportModal usa openModal inesistente → sostituito con pattern modal standard (#84)

This commit is contained in:
dadaloop82
2026-05-18 05:17:44 +00:00
parent da4aa5a1ae
commit 83d1868309
+2 -1
View File
@@ -1226,7 +1226,8 @@ function _showExportModal() {
🖨 ${t('export.btn_pdf')}
</button>
</div>`;
openModal(html);
document.getElementById('modal-content').innerHTML = html;
document.getElementById('modal-overlay').style.display = 'flex';
}
const LOCATIONS = {