Skip to content

Commit fe00511

Browse files
author
Mateusz Krzeszowiak
committed
Fix static tests
1 parent b842083 commit fe00511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/mage/translate-inline.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ define([
143143

144144
this.formIsSubmitted = true;
145145

146-
$.post({
146+
$.ajax({
147147
url: this.options.ajaxUrl,
148+
type: 'POST',
148149
data: parameters,
149150
loaderContext: this.element,
150151
showLoader: true

0 commit comments

Comments
 (0)