fix: _showExportModal usa openModal inesistente → sostituito con pattern modal standard (#84)
This commit is contained in:
+2
-1
@@ -1226,7 +1226,8 @@ function _showExportModal() {
|
|||||||
🖨️ ${t('export.btn_pdf')}
|
🖨️ ${t('export.btn_pdf')}
|
||||||
</button>
|
</button>
|
||||||
</div>`;
|
</div>`;
|
||||||
openModal(html);
|
document.getElementById('modal-content').innerHTML = html;
|
||||||
|
document.getElementById('modal-overlay').style.display = 'flex';
|
||||||
}
|
}
|
||||||
|
|
||||||
const LOCATIONS = {
|
const LOCATIONS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user