Skip to content

Commit feb86ec

Browse files
committed
Update JsUtilsAjaxTrait.php
1 parent c8ba221 commit feb86ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Ajax/common/traits/JsUtilsAjaxTrait.php

+1
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ private function _post($url, $params = "{}", $responseElement = "", $parameters
640640
* default : array("jsCallback"=>NULL,"attr"=>"id","hasLoader"=>true,"ajaxLoader"=>null,"immediatly"=>true,"jqueryDone"=>"html","ajaxTransition"=>null,"jsCondition"=>NULL,"headers"=>null,"historize"=>false,"before"=>null)
641641
*/
642642
public function post($url, $params = "{}", $responseElement = "", $parameters = []) {
643+
$parameters['immediatly'] = true;
643644
return $this->_post($url, $params, $responseElement, $parameters);
644645
}
645646

0 commit comments

Comments
 (0)