Skip to content

Commit

Permalink
Merge pull request #85 from iNecas/fix-form-refresh
Browse files Browse the repository at this point in the history
Fixes #12769 - fix ajax refresh of invocation form
  • Loading branch information
iNecas committed Dec 16, 2015
2 parents 4588048 + 3324aab commit 0f49447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/job_invocations/refresh.js.erb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
$('form#job_invocation_form').html("<%=j render :partial => 'form' %>");
$('form#job_invocation_form').replaceWith("<%=j render :partial => 'form' %>");
$('#job_invocation_form').find('a[rel="popover"]').popover();

0 comments on commit 0f49447

Please sign in to comment.