Skip to content

Commit c8ba221

Browse files
committed
Revert "Update JsUtilsAjaxTrait.php"
This reverts commit 1759027.
1 parent 1759027 commit c8ba221

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Ajax/common/traits/JsUtilsAjaxTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ protected function _ajax($method, $url, $responseElement = "", $parameters = [])
2727
if (isset($this->params["ajax"])) {
2828
extract($this->params["ajax"]);
2929
}
30-
$immediatly = false;
3130
extract($parameters);
3231

3332
$jsCallback = isset($jsCallback) ? $jsCallback : "";

0 commit comments

Comments
 (0)