Commit 70495538 by Crisu83

fixed grid view afterAjaxUpdate

parent bec066ab
...@@ -73,9 +73,7 @@ class TbGridView extends CGridView ...@@ -73,9 +73,7 @@ class TbGridView extends CGridView
jQuery('{$tooltip}').tooltip(); jQuery('{$tooltip}').tooltip();
}"; }";
if (isset($this->afterAjaxUpdate)) if (!isset($this->afterAjaxUpdate))
$this->afterAjaxUpdate .= ' '.$afterAjaxUpdate;
else
$this->afterAjaxUpdate = $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