From b06059f8f70e65f6a5ea38401d843b2060a3108c Mon Sep 17 00:00:00 2001 From: TatianaBurek Date: Mon, 24 Sep 2018 11:44:59 -0600 Subject: [PATCH] fixed Fixed Values section #73 --- webapp/metviewer/plotJSP/bar.jsp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/webapp/metviewer/plotJSP/bar.jsp b/webapp/metviewer/plotJSP/bar.jsp index c02f9921..1b1a1437 100644 --- a/webapp/metviewer/plotJSP/bar.jsp +++ b/webapp/metviewer/plotJSP/bar.jsp @@ -329,12 +329,14 @@ $('#box_boxwex').val($(initXML.find("plot").find("box_boxwex")).text()); initXML = null; }else{ - updateForecastVariables(); - updateStats("y1", 1, []); - updateSeriesVarVal("y1", 1, []); - // var val = $($(categories[0]).find("val")[0]).text(); - // $("input[name='multiselect_database'][value='" + val + "']") - // .prop("checked", true).change(); + $.each(fix_var_value_to_title_stat_map, function (key, val) { + $('#fixed_var_1').append(''); + }); + updateForecastVariables(); + updateStats("y1", 1, []); + updateSeriesVarVal("y1", 1, []); + } });