Skip to content

Commit

Permalink
[webui] show result_display__1 after succesful ajax call
Browse files Browse the repository at this point in the history
should fix #2622
  • Loading branch information
M0ses committed Feb 9, 2017
1 parent b861445 commit c57724b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/app/views/shared/_buildresult_box.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<%= raw("'index': '#{index}',") if defined?(index) %>
},
success: function(data) {
$('#result_display_<%= index %>_1').show();
$('#result_display_<%= index %>_1').html(data);
},
error: function(data) {
Expand Down

0 comments on commit c57724b

Please sign in to comment.