Commit af88bc55 by niskac

Fixes an issue with BootTabbed.

parent 7037ef8f
......@@ -64,7 +64,7 @@ class BootTabbed extends BootWidget
echo implode('', $panes);
echo '</div></div>';
$this->registerScript(__CLASS__.'#'.$this->id, "jQuery('{$this->id}').tab('show');");
Yii::app()->clientScript->registerScript(__CLASS__.'#'.$this->id, "jQuery('{$this->id}').tab('show');");
/*
// Register the "show" event-handler.
......
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