Commit 70495538 by Crisu83

fixed grid view afterAjaxUpdate

parent bec066ab
......@@ -73,9 +73,7 @@ class TbGridView extends CGridView
jQuery('{$tooltip}').tooltip();
}";
if (isset($this->afterAjaxUpdate))
$this->afterAjaxUpdate .= ' '.$afterAjaxUpdate;
else
if (!isset($this->afterAjaxUpdate))
$this->afterAjaxUpdate = $afterAjaxUpdate;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment