Skip to content

Commit

Permalink
Contact/BuddySystem: Fix dropdown (bootstrap hell)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay committed Nov 13, 2024
1 parent 8aea70e commit 36399ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ILIAS/Contact/resources/buddy_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},

init() {
const toggle = '[data-toggle="dropdown"]';
const btn = $scope.il.BuddySystemButton;
const bs = $scope.il.BuddySystem;
const trigger_selector = 'a[data-target-state], button[data-target-state]';
Expand Down

0 comments on commit 36399ab

Please sign in to comment.