Merged in feature/plugins-update (pull request #9)

wp plugin updates from pantheon

* wp plugin updates from pantheon
This commit is contained in:
Tony Volpe
2023-12-15 18:08:21 +00:00
parent 28c21bf9b1
commit 779393381f
577 changed files with 154305 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
(function($) {
$().on('facetwp-loaded', function() {
$('.edd-no-js').addClass('facetwp-hidden');
$('a.edd-add-to-cart').addClass('edd-has-js');
});
})(fUtil);