Skip to content

Commit 5e12869

Browse files
committed
correcciones
1 parent 4630a96 commit 5e12869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ document.addEventListener('DOMContentLoaded', async function () {
100100
localStorage.setItem('prodsPagPpal', JSON.stringify(prodsPagPpal));
101101

102102
function abrirPagDetalle () {
103-
window.open('../pages/detalleFiltrados.html')
103+
window.open('./pages/detalleFiltrados.html')
104104
}
105105

106106
const botonFiltroMujer = document.getElementById('botonFiltroMujer');

0 commit comments

Comments
 (0)