Make "add note" cope with base layer changes
This commit is contained in:
parent
4bb1bccd9c
commit
a5f3abcbe9
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ $(document).ready(function () {
|
|||
});
|
||||
}
|
||||
|
||||
$("#createnoteanchor").click(function (e) {
|
||||
$(".leaflet-control-attribution").on("click", "#createnoteanchor", function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
if ($(e.target).hasClass("disabled")) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue