Commit 137a0f42 by niskac

fixed and issue with BootListView afterAjaxUpdate

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