Changeset 3191982
- Timestamp:
- 11/19/2024 08:59:00 AM (17 months ago)
- Location:
- solar-wizard-lite
- Files:
-
- 4 edited
-
tags/1.2.2/includes.php (modified) (1 diff)
-
tags/1.2.2/js/custom.js (modified) (2 diffs)
-
trunk/includes.php (modified) (1 diff)
-
trunk/js/custom.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
solar-wizard-lite/tags/1.2.2/includes.php
r3187362 r3191982 5 5 wp_enqueue_script( 'jquery-ui-datepicker'); 6 6 wp_enqueue_script( 'jquery-touch-punch' ); 7 wp_enqueue_script( 'sw_analytics', 'https://io.solarwizardplugin.com/cdn/swizsdk.js', array('jquery'), SOLWZD_VERSION, false );7 //wp_enqueue_script( 'sw_analytics', 'https://io.solarwizardplugin.com/cdn/swizsdk.js', array('jquery'), SOLWZD_VERSION, false ); 8 8 wp_enqueue_script( 'svg_script', plugin_dir_url( __FILE__ ) . 'js/svg-inject.min.js', array('jquery'), SOLWZD_VERSION, false ); 9 9 wp_enqueue_script( 'sw_script', plugin_dir_url( __FILE__ ) . 'js/custom.js', array('jquery'), SOLWZD_VERSION, false ); -
solar-wizard-lite/tags/1.2.2/js/custom.js
r3187362 r3191982 2 2 3 3 //push analytics 4 $( document ).on( "click", ".describes-btn", function() {4 /*$( document ).on( "click", ".describes-btn", function() { 5 5 var cform = jQuery(this).closest( "fieldset" ); 6 6 if(jQuery(cform).find('input[name="more_about"]:checked').length > 0){ … … 35 35 window.SWIZSDK.event('consultation-type', jQuery(cform).find('input[name="communication_method"]:checked').val()); 36 36 window.SWIZSDK.event('consultation-date', jQuery(cform).find('input[name="date"]').val()); 37 }); 37 });*/ 38 38 //push analytics 39 39 -
solar-wizard-lite/trunk/includes.php
r3187362 r3191982 5 5 wp_enqueue_script( 'jquery-ui-datepicker'); 6 6 wp_enqueue_script( 'jquery-touch-punch' ); 7 wp_enqueue_script( 'sw_analytics', 'https://io.solarwizardplugin.com/cdn/swizsdk.js', array('jquery'), SOLWZD_VERSION, false );7 //wp_enqueue_script( 'sw_analytics', 'https://io.solarwizardplugin.com/cdn/swizsdk.js', array('jquery'), SOLWZD_VERSION, false ); 8 8 wp_enqueue_script( 'svg_script', plugin_dir_url( __FILE__ ) . 'js/svg-inject.min.js', array('jquery'), SOLWZD_VERSION, false ); 9 9 wp_enqueue_script( 'sw_script', plugin_dir_url( __FILE__ ) . 'js/custom.js', array('jquery'), SOLWZD_VERSION, false ); -
solar-wizard-lite/trunk/js/custom.js
r3187362 r3191982 2 2 3 3 //push analytics 4 $( document ).on( "click", ".describes-btn", function() {4 /*$( document ).on( "click", ".describes-btn", function() { 5 5 var cform = jQuery(this).closest( "fieldset" ); 6 6 if(jQuery(cform).find('input[name="more_about"]:checked').length > 0){ … … 35 35 window.SWIZSDK.event('consultation-type', jQuery(cform).find('input[name="communication_method"]:checked').val()); 36 36 window.SWIZSDK.event('consultation-date', jQuery(cform).find('input[name="date"]').val()); 37 }); 37 });*/ 38 38 //push analytics 39 39
Note: See TracChangeset
for help on using the changeset viewer.