Changeset 2294534
- Timestamp:
- 04/29/2020 06:14:56 PM (6 years ago)
- Location:
- earnware-connect/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
public/class-wp-ew-public.php (modified) (2 diffs)
-
wp-ew.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
earnware-connect/trunk/README.txt
r2278889 r2294534 33 33 == Changelog == 34 34 35 = 1.0.57 = 36 * Modified on_change submissions to not change input label to read "Processing..." 37 35 38 = 1.0.56 = 36 39 * Styling all the things. -
earnware-connect/trunk/public/class-wp-ew-public.php
r2171358 r2294534 447 447 jQuery("#{$formId} input[name='" + name + "']").parent().addClass('input-submit'); 448 448 jQuery("#{$formId} input[name='" + name + "']").change((e) => { 449 jQuery(e.target).next().text('Processing...');449 //jQuery(e.target).next().text('Processing...'); 450 450 jQuery("#{$formId}").submit(); 451 451 }); … … 694 694 jQuery("#{$formId} input[name='" + name + "']").parent().addClass('input-submit'); 695 695 jQuery("#{$formId} input[name='" + name + "']").change((e) => { 696 jQuery(e.target).next().text('Processing...');696 //jQuery(e.target).next().text('Processing...'); 697 697 jQuery("#{$formId}").submit(); 698 698 }); -
earnware-connect/trunk/wp-ew.php
r2278889 r2294534 17 17 * Plugin URI: https://www.earnware.com/wordpress/plugins/earnware-connect 18 18 * Description: A plugin to connect any wordpress site to the Earnware Dashboard. 19 * Version: 1.0.5 619 * Version: 1.0.57 20 20 * Author: Earnware Corporation 21 21 * Author URI: https://earnware.com/about/ … … 31 31 } 32 32 33 define( 'PLUGIN_NAME_VERSION', '1.0.5 6' );33 define( 'PLUGIN_NAME_VERSION', '1.0.57' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.