Getting the query to show

This commit is contained in:
Maxime Beauchemin 2015-12-15 16:05:35 -08:00
parent 0b0a095163
commit c09ff2b7eb
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function viz_sankey(data_attribute) {
link.attr("d", path);
}
token.select("img.loading").remove();
done();
done(json);
});
}
return {