Commit 76800fb9 by Kartik Visweswaran

Fix #3749: Ensure clickable links for Bootstrap Dropdown

The registerPlugin is not required.
parent 118fac26
......@@ -57,7 +57,6 @@ class Dropdown extends Widget
public function run()
{
echo $this->renderItems($this->items);
$this->registerPlugin('dropdown');
}
/**
......
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