Changeset 2328
- Timestamp:
- 01/19/2016 08:47:26 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/javascript
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/javascript/attached-files.js
r2327 r2328 1 1 jQuery( document ).ready( function( $ ) { 2 // todo strict mode2 'use strict'; 3 3 4 4 var app = window.WordCampBudgets; -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/javascript/payment-requests.js
r2327 r2328 1 1 jQuery( document ).ready( function( $ ) { 2 2 'use strict'; 3 3 // todo add try/catch and log 4 4
Note: See TracChangeset
for help on using the changeset viewer.