We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ba221 commit feb86ecCopy full SHA for feb86ec
1 file changed
Ajax/common/traits/JsUtilsAjaxTrait.php
@@ -640,6 +640,7 @@ private function _post($url, $params = "{}", $responseElement = "", $parameters
640
* default : array("jsCallback"=>NULL,"attr"=>"id","hasLoader"=>true,"ajaxLoader"=>null,"immediatly"=>true,"jqueryDone"=>"html","ajaxTransition"=>null,"jsCondition"=>NULL,"headers"=>null,"historize"=>false,"before"=>null)
641
*/
642
public function post($url, $params = "{}", $responseElement = "", $parameters = []) {
643
+ $parameters['immediatly'] = true;
644
return $this->_post($url, $params, $responseElement, $parameters);
645
}
646
0 commit comments