projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9767: need to parse the json string of the workflow yaml
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
users
/
home.js.erb
1
var new_content = "<%= escape_javascript(render partial: 'tables') %>";
2
if ($('div#home-tables').html() != new_content)
3
$('div#home-tables').html(new_content);