Skip to content

Commit

Permalink
fill fixed_vars menu
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Jan 15, 2019
1 parent 48deda3 commit 1203784
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/metviewer/plotJSP/box.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@
$("#indy_var").multiselect("refresh");
}
});
$.each(fix_var_value_to_title_stat_map, function (key, val) {
$('#fixed_var_1').append('<option value="' +
key + '">' + val + '</option>');
});
if (initXML != null) {
var sd = initXML.find("database").text();
Expand Down

0 comments on commit 1203784

Please sign in to comment.