Skip to content

Commit

Permalink
again - lint
Browse files Browse the repository at this point in the history
  • Loading branch information
artpi committed Jun 29, 2018
1 parent af1392e commit 34c1073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/memberships/memberships.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var JetpackMemberships = {
var wrapper = jQuery( '.' + cssClass );
wrapper.find( '.jetpack-memberships_purchase_button' ).click( function() {
JetpackMemberships.success = function( data ) {
wrapper.append( "<div class='jetpack-memberships_success'>" +
wrapper.append( '<div class="jetpack-memberships_success">' +
'<h4>Success!</h4>' +
'<p>You have purchased subscription and now can enjoy all the benefits.</p>' +
'<p>Your subscription is valid until "' + data.end_date + '"</p>' +
Expand Down

0 comments on commit 34c1073

Please sign in to comment.