Skip to content

Commit

Permalink
issue PSU-CSAR#7: Update query names per @jduh request
Browse files Browse the repository at this point in the history
  • Loading branch information
lbross committed Jul 1, 2024
1 parent 38ebcb1 commit f9465f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webroot/js/snodas_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ query_selector.add_query(
);

query_selector.add_query(
'SNODAS Zonal Values - Date Range',
'SNODAS Elev-Zonal SWE - Date Range',
pp_table_html + date_html + elevation_html + submit,
function() {
pp_table_init();
Expand Down Expand Up @@ -412,7 +412,7 @@ query_selector.add_query(
);

query_selector.add_query(
'SNODAS Zonal Values - Doy Range',
'SNODAS Elev-Zonal SWE - Doy Range',
pp_table_html + doy_html + elevation_html + submit,
function() {
// init
Expand Down

0 comments on commit f9465f6

Please sign in to comment.