- .tooltip({placement: "bottom"})
- .off("click.minzoom")
- .on("click.minzoom", function() { return !editDisabled; })
+ .tooltip({ placement: "bottom" })
+ .attr("data-bs-original-title", editDisabled ?
+ I18n.t("javascripts.site.edit_disabled_tooltip") : "")
+ // Disable the button group and also the buttons to avoid
+ // inconsistent behaviour when zooming