This commit is contained in:
2025-08-07 21:17:15 +02:00
parent f36ca88abf
commit af479e7974
37 changed files with 72 additions and 55 deletions

View File

@@ -555,7 +555,7 @@ function findPosition(slides) {
//DONGND:: loading quickview
function actionQuickViewLoading() {
$('.quick-view').click(function (e) {
/*$('.quick-view').click(function (e) {
e.preventDefault()
if (!$(this).hasClass('active')) {
@@ -580,7 +580,7 @@ function actionQuickViewLoading() {
}
}, 300)
}
})
})*/
}
$(document).on('click', '.leo_grid', function (e) {