We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193468a commit 2d72b29Copy full SHA for 2d72b29
app/code/Magento/Newsletter/view/frontend/web/js/newsletter-sign-up.js
@@ -33,7 +33,7 @@ define([
33
* Send status request and update subscription element according to result.
34
*/
35
updateSignUpStatus: function () {
36
- let element = $(this.element),
+ var element = $(this.element),
37
email = element.val(),
38
self = this,
39
newsletterSubscription;
0 commit comments