From: soufiane Date: Tue, 5 Nov 2024 10:35:16 +0000 (+0100) Subject: wait #7041 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=65aa31edf914f6b8c1daf668557f02539763d681;p=ccv-wordpress.git wait #7041 @0:15 --- diff --git a/wp-content/themes/CCV/resources/views/partials/content-form.blade.php b/wp-content/themes/CCV/resources/views/partials/content-form.blade.php index ff8deea..3539691 100644 --- a/wp-content/themes/CCV/resources/views/partials/content-form.blade.php +++ b/wp-content/themes/CCV/resources/views/partials/content-form.blade.php @@ -362,6 +362,11 @@ }) }) + $(document).on('click','[href="#purview_uploader"]', function() { + $("#imagery_cd").attr('checked',true) + jQuery("[for=imagery_cd]").trigger('click') + }) + $('[name=social-cover]').on('change', function() { var isChecked = $(this).is(':checked'); if (isChecked) {