first commit

This commit is contained in:
2026-03-05 15:37:37 +01:00
parent 64ba0721ee
commit 38254c8960
25852 changed files with 23643 additions and 4660085 deletions

View File

@@ -288,11 +288,6 @@
margin: 10,
},
640: {
items: 3,
margin: 10,
},
}
});
@@ -490,8 +485,8 @@
/**
* Counter shortcode
*/
if ($('.counter').length > 0) {
$('.counter').countUp();
if (jQuery('.counter').length > 0 && undefined !== jQuery('.counter').countUp) {
jQuery('.counter').countUp();
}
});