chore: auto-merge develop → main
Triggered by: 83d1868 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')}
|
||||
</button>
|
||||
</div>`;
|
||||
openModal(html);
|
||||
document.getElementById('modal-content').innerHTML = html;
|
||||
document.getElementById('modal-overlay').style.display = 'flex';
|
||||
}
|
||||
|
||||
const LOCATIONS = {
|
||||
|
||||
Reference in New Issue
Block a user