Update index.html

Support for radiosondy.info when set to disable sending data to Habitat. #357
pull/358/head
Piter-NS 2021-01-12 12:55:31 +01:00 zatwierdzone przez GitHub
rodzic cf088dc04b
commit dd369a86ba
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -249,6 +249,9 @@
if(autorx_config.habitat_enabled ==true){
sonde_id_data.id = "<a href='http://sondehub.org/" + sonde_id + "' target='_blank'>" + sonde_id + "</a>";
}
else {
sonde_id_data.id = "<a href='https://radiosondy.info/sonde_archive.php?sondenumber=" + sonde_id + "' target='_blank'>" + sonde_id + "</a>";
}
}
// Add SNR data, if it exists.