Commit 6d92b547 authored by Jérome Perrin's avatar Jérome Perrin

fix display of graphs and results in WS GUI

parent a2c10260
...@@ -408,7 +408,9 @@ ...@@ -408,7 +408,9 @@
undefined, " ")); undefined, " "));
$("#loading_spinner").hide(); $("#loading_spinner").hide();
$("#run_simulation").button('enable'); $("#run_simulation").button('enable');
$("#reports").show();
$("#result_zone").show(); $("#result_zone").show();
$('#error').empty();
$(".entity").remove(); $(".entity").remove();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment