Commit 137a0f42 by niskac

fixed and issue with BootListView afterAjaxUpdate

parent 75f85f1a
......@@ -46,9 +46,7 @@ class BootListView extends CListView
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