projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '1977-provenance-report' of git.clinicalfuture.com:arvados into 1977...
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
pipeline_instances
/
show.js.erb
1
var new_content = "<%= escape_javascript(render template: 'pipeline_instances/show.html') %>";
2
if ($('div.body-content').html() != new_content)
3
$('div.body-content').html(new_content);