]> git.openstreetmap.org Git - rails.git/commitdiff
Fix eslint warnings
authorTom Hughes <tom@compton.nu>
Sun, 26 Jun 2022 18:56:27 +0000 (19:56 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 26 Jun 2022 18:56:27 +0000 (19:56 +0100)
app/assets/javascripts/application.js

index 5028cdd1e2b272b0798d318a04f3a2f0705a11ef..d5b16bbfb293c3019bee839066dfe803b4e87941 100644 (file)
@@ -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") : "")
     .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")
     // inconsistent behaviour when zooming
     .toggleClass("disabled", editDisabled)
     .find("a")
-    .toggleClass("disabled", editDisabled)
- };
+    .toggleClass("disabled", editDisabled);
+};
 
 window.maximiseMap = function () {
   $("#content").addClass("maximised");
 
 window.maximiseMap = function () {
   $("#content").addClass("maximised");