Changeset 2303
- Timestamp:
- 01/16/2016 12:37:35 AM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r2296 r2303 5 5 */ 6 6 class WordCamp_Budgets { 7 const VERSION = '0.1. 1';7 const VERSION = '0.1.2'; 8 8 9 9 /** -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/javascript/sponsor-invoices.js
r2301 r2303 40 40 if ( $.isEmptyObject( info ) ) { 41 41 infoContainer.html( '' ); 42 sendInvoiceButton.prop( 'disabled', true ); 42 43 return; 43 } 44 45 if ( info.requiredFieldsComplete ) { 44 } else if ( info.requiredFieldsComplete ) { 46 45 infoTemplate = wp.template( 'wcbsi-sponsor-information' ); 47 46 sendInvoiceButton.prop( 'disabled', false );
Note: See TracChangeset
for help on using the changeset viewer.