Skip to content

Commit

Permalink
add back changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Sep 23, 2024
1 parent e3adcb4 commit ddf71d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.18.9 (2024-09-23)

* fix release 0.18.8

## 0.18.8 (2024-09-23)

### titiler.extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@
}

document.getElementById('launch').addEventListener('click', () => {
scope.url = document.getElementById('cogeo').value
scope.url = encodeURIComponent(document.getElementById('cogeo').value)
document.getElementById('selector').classList.toggle('none')
addCogeo()
})
Expand Down

0 comments on commit ddf71d1

Please sign in to comment.