Browse Source

Fix #3749: Ensure clickable links for Bootstrap Dropdown

The registerPlugin is not required.
tags/2.0.0-rc
Kartik Visweswaran 10 years ago
parent
commit
7b18457d88
  1. 1
      Dropdown.php

1
Dropdown.php

@ -57,7 +57,6 @@ class Dropdown extends Widget
public function run() public function run()
{ {
echo $this->renderItems($this->items); echo $this->renderItems($this->items);
$this->registerPlugin('dropdown');
} }
/** /**

Loading…
Cancel
Save