Skip to content

Commit 93fc3e2

Browse files
committed
Remove func
1 parent 8995008 commit 93fc3e2

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

web/aladin.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
<input id="fits-url" type="url" placeholder="https://data.nasa.gov/sample.fits" aria-label="FITS file URL" />
2424
<button type="button" id="load-url">Load URL</button>
2525
</div>
26-
<div class="comparison">
27-
<button type="button" id="open-comparison">Compare</button>
2826
<div class="marker-actions">
2927
<button type="button" id="add-marker" class="marker-control">Add marker</button>
3028
<button type="button" id="remove-marker" class="marker-control">Remove marker</button>

web/front_end.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -470,11 +470,6 @@ urlInput.addEventListener('keydown', (event) => {
470470
}
471471
});
472472

473-
openComparisonButton = document.getElementById("open-comparison");
474-
openComparisonButton.addEventListener('click', () => {
475-
console.log(aladinInstance.getBaseImageLayer());
476-
});
477-
478473
if (addMarkerButton) {
479474
addMarkerButton.addEventListener('click', () => {
480475
if (!aladinInstance) {

0 commit comments

Comments
 (0)