Skip to content

Commit

Permalink
Merge branch 'mv_2_8'
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Sep 24, 2018
2 parents 26e16c5 + b06059f commit adacb93
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions webapp/metviewer/plotJSP/bar.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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('<option value="' +
key + '">' + val + '</option>');
});
updateForecastVariables();
updateStats("y1", 1, []);
updateSeriesVarVal("y1", 1, []);
}
});
Expand Down

0 comments on commit adacb93

Please sign in to comment.