Update 14h - 30/03/2023

This commit is contained in:
2023-03-30 13:55:14 +07:00
parent 23dcb80772
commit 930ec14440
18 changed files with 3558 additions and 4229 deletions

View File

@@ -114,3 +114,9 @@ $('[data-fancybox="gallery"]').fancybox({
}
});
// TOGGLE MODAL
function toggleModal(target) {
$(target).toggleClass('d-none');
$("body").toggleClass('overflow-hidden');
}