Fix eslint errors
This commit is contained in:
parent
bb868e0b11
commit
89095c8981
3 changed files with 3 additions and 3 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue