Merge pull request #2667 from int2001/bandmap_sort

Keep Sorting when changing Bands
这个提交包含在:
Peter Goodhall 2023-11-08 11:51:07 +00:00 提交者 GitHub
当前提交 e3871d51ef
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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