FIX: para subir a produccion

This commit is contained in:
2020-06-08 17:05:55 -04:00
parent c65cc00a9e
commit 450819f6b4
5 changed files with 8 additions and 18 deletions

View File

@ -40,6 +40,7 @@
)
)
)
$('#thumbnails .image').css('cursor', 'pointer')
})
$('#galeria').find('.grid .image').click(function(e) {
var id = $(this).attr('data-id')
@ -57,6 +58,7 @@
var id = $(this).attr('data-id')
galeria.changeImage(id)
})
$('#thumbnails .image').css('cursor', 'pointer')
}
}
$(document).ready(() => {