Fix eslint errors

This commit is contained in:
Anton Khorev 2022-07-27 21:36:54 +03:00
parent bb868e0b11
commit 89095c8981
3 changed files with 3 additions and 3 deletions

View 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>")