Merged in bugfix/MAW-868-catch-up-missing-code (pull request #26)

MAW-868: catch up missing code

* MAW-868: catch up missing code
This commit is contained in:
Tony Volpe
2024-01-29 18:26:23 +00:00
parent 367b3db7a0
commit 2c48165cf4
9 changed files with 185 additions and 79 deletions

View File

@@ -833,6 +833,14 @@ function jsVariables(){
var enddate = new Date(d.getFullYear(), d.getMonth()+1,1);
</script>
<script>
jQuery(document).ready(function(){
jQuery(".pa-blog-module article").each(function(){
jQuery(this).children('h2,p,div').not(':first-child').wrapAll('<div class="wrap"></div>');
})
})
</script>
<?php
}
@@ -974,7 +982,7 @@ if ($salesforceEnvironment == 'development') {
} elseif ($salesforceEnvironment == 'staging') {
update_option( 'default_campaign', '7011I000000dF9n');
update_option( 'sfdc_oid', '00DDh0000009Umu' );
update_option( 'sfdc_oid', '00D8C0000004aiW' );
update_option( 'webtolead_url', 'https://test.salesforce.com/servlet/servlet.WebToLead' );
$Campaign_ID = get_option('default_campaign');