X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8e288156d47808a9136fd46eeb03b762e0d59a36..fdcd5d6b80c774533a676f6b906199be5a57654c:/app/assets/javascripts/application.js diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 5028cdd1e..89f60847f 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -13,7 +13,7 @@ //= require leaflet.locationfilter //= require i18n //= require oauth -//= require piwik +//= require matomo //= require richtext //= require qs/dist/qs //= require bs-custom-file-input @@ -59,14 +59,14 @@ window.updateLinks = function (loc, zoom, layers, object) { var editDisabled = zoom < 13; $("#edit_tab") .tooltip({ placement: "bottom" }) - .attr("data-original-title", editDisabled ? + .attr("data-bs-original-title", editDisabled ? I18n.t("javascripts.site.edit_disabled_tooltip") : "") - // Disable the button group and also the buttons to avoid + // Disable the button group and also the buttons to avoid // inconsistent behaviour when zooming .toggleClass("disabled", editDisabled) .find("a") - .toggleClass("disabled", editDisabled) - }; + .toggleClass("disabled", editDisabled); +}; window.maximiseMap = function () { $("#content").addClass("maximised");