Merge manually fix of #31217 + other fix for use by external modules

This commit is contained in:
Laurent Destailleur
2024-10-03 19:30:06 +02:00
parent 6f6a87cd78
commit e412dbbe05
4 changed files with 43 additions and 19 deletions

View File

@@ -1321,7 +1321,7 @@ jQuery(document).ready(function() {
jQuery(document).ready(function() {
jQuery(".butAction.dropdown-toggle").on("click", function(event) {
jQuery(document).on("click", ".butAction.dropdown-toggle", function(event) {
console.log("Click on .butAction.dropdown-toggle");
var parentholder = jQuery(".butAction.dropdown-toggle").closest(".dropdown");
var offset = parentholder.offset();