Skip to content

Commit

Permalink
updated 2024 --> 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Jan 17, 2025
1 parent a6d1afd commit 49557fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/fitswebql/fitswebql.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function get_js_version() {
return "JS2024-04-26.0";
return "JS2025-01-17.0";
}

const wasm_supported = (() => {
Expand Down Expand Up @@ -11884,7 +11884,7 @@ function setup_help() {
.text("CREDITS:");

footer.append("p")
.text("Site design Ⓒ Christopher A. Zapart @ NAOJ, 2015 - 2024. JavaScript RA/DEC conversion Ⓒ Robert Martin Ayers, 2009, 2011, 2014.");
.text("Site design Ⓒ Christopher A. Zapart @ NAOJ, 2015 - 2025. JavaScript RA/DEC conversion Ⓒ Robert Martin Ayers, 2009, 2011, 2014.");

footer.append("h3")
.text("VERSION:");
Expand Down

0 comments on commit 49557fc

Please sign in to comment.