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 2aba7ec commit e38ed86Copy full SHA for e38ed86
Ajax/common/traits/JsUtilsAjaxTrait.php
@@ -41,7 +41,7 @@ protected function _ajax($method, $url, $responseElement = '', $parameters = [])
41
} elseif ($hasLoader === 'response') {
42
$this->addResponseLoading($retour, $responseElement, $ajaxLoader);
43
} elseif ($hasLoader === 'internal-x') {
44
- $this->addLoading($retour, '$(this).closest(".item")', $ajaxLoader);
+ $this->addLoading($retour, '$(this).closest(".item, .step")', $ajaxLoader);
45
} elseif ($hasLoader === 'internal') {
46
$retour .= "\n$(this).addClass('loading');";
47
}
0 commit comments