Merge pull request #2667 from int2001/bandmap_sort

Keep Sorting when changing Bands
pull/2668/head
Peter Goodhall 2023-11-08 11:51:07 +00:00 zatwierdzone przez GitHub
commit e3871d51ef
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -113,7 +113,6 @@ $(function() {
});
$("#band").on("change",function() {
table.order([1, 'asc']);
table.clear();
fill_list($('#band option:selected').val(), $('#decontSelect option:selected').val(),dxcluster_maxage);
});