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 1970576 commit 4e61648Copy full SHA for 4e61648
src/Presentation/SmartStore.Web/Administration/Views/Export/Edit.cshtml
@@ -415,7 +415,8 @@
415
$('#ProfileExportButton').click(function (e) {
416
e.preventDefault();
417
$(this).doPostData({
418
- ask: @(T("Admin.Common.AskToProceed").JsText)
+ ask: @(T("Admin.Common.AskToProceed").JsText),
419
+ data: { "__RequestVerificationToken": $('input[name="__RequestVerificationToken"]').val() }
420
});
421
return false;
422
0 commit comments