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 ee7fc71 commit 1759027Copy full SHA for 1759027
Ajax/common/traits/JsUtilsAjaxTrait.php
@@ -27,6 +27,7 @@ protected function _ajax($method, $url, $responseElement = "", $parameters = [])
27
if (isset($this->params["ajax"])) {
28
extract($this->params["ajax"]);
29
}
30
+ $immediatly = false;
31
extract($parameters);
32
33
$jsCallback = isset($jsCallback) ? $jsCallback : "";
0 commit comments