File "FOR-E-CCI-11.js"
Full Path: C:/wamp64/www/CALIDADWEB/CALIDADWEB/FRONTED/INPUTS/FOR-E-CCI-11.js
File size: 375 bytes
MIME-type: text/plain
Charset: utf-8
// funcion para el sweet alert
document.addEventListener('DOMContentLoaded', function () {
if (typeof window.swalData !== 'undefined') {
Swal.fire({
title: window.swalData.title,
text: window.swalData.text,
icon: window.swalData.icon,
confirmButtonText: 'Aceptar',
confirmButtonColor: '#3085d6'
});
}
});