Commit 218ccc0d by niskac

Fixed another issues with BootTabs.

parent bba30f89
...@@ -124,6 +124,6 @@ class BootTabbed extends BootWidget ...@@ -124,6 +124,6 @@ class BootTabbed extends BootWidget
echo CHtml::closeTag($this->tagName); echo CHtml::closeTag($this->tagName);
$options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; $options = !empty($this->options) ? CJavaScript::encode($this->options) : '';
$this->registerScript(__CLASS__.'#'.$id,"jQuery('{$this->selector}').bootTabs({$options});"); $this->registerScript(__CLASS__.'#'.$id, "jQuery('{$this->selector}').bootTabbed({$options});");
} }
} }
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