]> git.openstreetmap.org Git - rails.git/commitdiff
Fix eslint errors
authorAnton Khorev <tony29@yandex.ru>
Wed, 27 Jul 2022 18:36:54 +0000 (21:36 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 27 Jul 2022 18:36:54 +0000 (21:36 +0300)
app/assets/javascripts/leaflet.key.js
app/assets/javascripts/leaflet.layers.js
app/assets/javascripts/leaflet.share.js

index 3e8e66854a466747bca9f323a69233e846996e77..b9b7c9c04e0bb74c677a1e38396b6a2be4acc458 100644 (file)
@@ -20,7 +20,7 @@ L.OSM.key = function (options) {
       .appendTo($ui)
       .append(
         $("<button type='button' class='btn-close float-end mt-1'>")
-          .attr("aria-label",I18n.t("javascripts.close"))
+          .attr("aria-label", I18n.t("javascripts.close"))
           .bind("click", toggle))
       .append(
         $("<h4>")
index 5e541f1e5821885c9b4e5bc15d6ca18e96cf4e03..676cd960780fe6741809ba3e21ca0573644313d1 100644 (file)
@@ -23,7 +23,7 @@ L.OSM.layers = function (options) {
       .appendTo($ui)
       .append(
         $("<button type='button' class='btn-close float-end mt-1'>")
-          .attr("aria-label",I18n.t("javascripts.close"))
+          .attr("aria-label", I18n.t("javascripts.close"))
           .bind("click", toggle))
       .append(
         $("<h4>")
index 0f79e34e255a79792c6cf40e4aad26a7b2c9d5ee..1817e71ccd03d2b759618cf3dd576e3f08cf69d3 100644 (file)
@@ -26,7 +26,7 @@ L.OSM.share = function (options) {
       .appendTo($ui)
       .append(
         $("<button type='button' class='btn-close float-end mt-1'>")
-          .attr("aria-label",I18n.t("javascripts.close"))
+          .attr("aria-label", I18n.t("javascripts.close"))
           .bind("click", toggle))
       .append(
         $("<h4>")