Skip to content

Commit 9c4941c

Browse files
committed
fixes
- use the dropdown module in the dropdown HTMLHelper - Remove the call to `bootstrap.framework` in com_config as it was add in 4.0 alpha1 way before we switched to our own tabs script
1 parent a280a32 commit 9c4941c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

administrator/components/com_config/tmpl/component/default.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
$wa->useScript('form.validate')
3232
->useScript('keepalive');
3333

34-
if ($this->fieldsets) {
35-
HTMLHelper::_('bootstrap.framework');
36-
}
37-
3834
$xml = $this->form->getXml();
3935
?>
4036

libraries/src/HTML/Helpers/Dropdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function init()
5252
}
5353

5454
// Depends on Bootstrap
55-
HTMLHelper::_('bootstrap.framework');
55+
HTMLHelper::_('bootstrap.dropdown');
5656

5757
Factory::getDocument()->addScriptDeclaration("
5858
(function($){

0 commit comments

Comments
 (0)