Semi-stable version with old variable names
This commit is contained in:
@@ -75,12 +75,12 @@ function changeFreigabe(freigabe) {
|
||||
});
|
||||
}
|
||||
|
||||
$(document).on('click', '.sidebar-nav .selectTrigger', function (e) {
|
||||
$(document).on('click', '.sidebar-nav .selectTriggerSidebar', function (e) {
|
||||
e.stopPropagation();
|
||||
$(this).closest('.customSelect').toggleClass('open');
|
||||
});
|
||||
|
||||
$(document).on('click', '.sidebar-nav .selectOptions li', function (e) {
|
||||
$(document).on('click', '.sidebar-nav .selectOptionsSidebar li', function (e) {
|
||||
e.stopPropagation();
|
||||
const $item = $(this);
|
||||
const $container = $item.closest('.customSelect');
|
||||
|
||||
Reference in New Issue
Block a user