edit mistaces

This commit is contained in:
shahboz
2024-08-06 17:03:05 +05:00
parent 99e3329847
commit 26773f20c8
5 changed files with 68 additions and 38 deletions

View File

@@ -259,4 +259,9 @@ if ($('.nav_item').length > 0) {
$('.collapse').not(catalog_item).fadeOut(300)
$(catalog_item).fadeIn(300);
})
}
if($('.fancybox').length !== 0){
Fancybox.bind('[data-fancybox]', {
// Your custom options
});
}