mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Merge manually fix of #31217 + other fix for use by external modules
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user