Skip to content

Commit

Permalink
Widgets: fixes JS lint error for Simple Payments widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Iloro committed Jun 6, 2018
1 parent 1385598 commit c3dbb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widgets/simple-payments/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//show form
root.find( '.jetpack-simple-payments-form' ).show();
//focus on first field
root.find( '.jetpack-simple-payments-form-product-title').focus();
root.find( '.jetpack-simple-payments-form-product-title' ).focus();
}

function hideForm() {
Expand Down

0 comments on commit c3dbb66

Please sign in to comment.