Fix eslint warnings
This commit is contained in:
parent
1153606a7c
commit
ed4549afab
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue