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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user