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 6af0cbc commit a214098Copy full SHA for a214098
app/code/Magento/Wishlist/view/frontend/web/js/add-to-wishlist.js
@@ -51,8 +51,6 @@ define([
51
return;
52
}
53
if ($(element).is('input[type=file]') && $(element).val()) {
54
- var hidden = $('input[name=' + $(element).attr('name') + '_action]');
55
- dataToAdd = $.extend({}, dataToAdd, self._getElementData(hidden));
56
isFileUploaded = true;
57
58
});
0 commit comments