Update static/js/index.js
Browse files- static/js/index.js +6 -6
static/js/index.js
CHANGED
|
@@ -15,11 +15,11 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
| 15 |
}
|
| 16 |
|
| 17 |
// Simulaci贸n de alertas en la consola
|
| 18 |
-
setTimeout(() => {
|
| 19 |
-
|
| 20 |
-
}, 5000);
|
| 21 |
|
| 22 |
-
setTimeout(() => {
|
| 23 |
-
|
| 24 |
-
}, 10000);
|
| 25 |
});
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
// Simulaci贸n de alertas en la consola
|
| 18 |
+
//setTimeout(() => {
|
| 19 |
+
// mostrarAlerta('鈿狅笍 Alerta: Reporte de atropellamiento', 'En la carretera Panamericana Norte, cerca de Huaraz.');
|
| 20 |
+
//}, 5000);
|
| 21 |
|
| 22 |
+
//setTimeout(() => {
|
| 23 |
+
// mostrarAlerta('鈿狅笍 Alerta: Precauci贸n', 'Zona de alta vulnerabilidad para fauna en la selva central.');
|
| 24 |
+
//}, 10000);
|
| 25 |
});
|