Delete assets directory

This commit is contained in:
mrmarcus007
2022-03-21 14:56:51 +00:00
committed by GitHub
parent 9684e94952
commit 8c2d42952c
16 changed files with 0 additions and 152 deletions
-11
View File
@@ -1,11 +0,0 @@
// Custom theme code
if (document.getElementsByClassName('clean-gallery').length > 0) {
baguetteBox.run('.clean-gallery', { animation: 'slideIn' });
}
if (document.getElementsByClassName('clean-product').length > 0) {
window.onload = function() {
vanillaZoom.init('#product-preview');
};
}