Skip to content

Commit

Permalink
Remove alert to prevent showing same popup twice (octobercms#4470)
Browse files Browse the repository at this point in the history
Credit to @Samuell1
  • Loading branch information
Samuell1 authored and LukeTowers committed Jul 24, 2019
1 parent 1587c7f commit df81ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/cms/assets/js/october.cmspage.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
}).always(function() {
$.oc.stripeLoadIndicator.hide()
}).fail(function(jqXHR, textStatus, errorThrown) {
alert(jqXHR.responseText.length ? jqXHR.responseText : jqXHR.statusText)
$.oc.stripeLoadIndicator.hide()
})

Expand Down

0 comments on commit df81ea1

Please sign in to comment.