X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f96c87463dccb57fff359f167b875ff7ec40e3a6..e9f62a8c30832e0533dce0ccd691b6c89e98ae30:/app/assets/javascripts/application.js?ds=inline diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 5028cdd1e..aea9e01a4 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 @@ -61,12 +61,12 @@ window.updateLinks = function (loc, zoom, layers, object) { .tooltip({ placement: "bottom" }) .attr("data-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");