Skip to content

Commit

Permalink
Getting the query to show
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 16, 2015
1 parent 0b0a095 commit c09ff2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/static/widgets/viz_sankey.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function viz_sankey(data_attribute) {
link.attr("d", path);
}
token.select("img.loading").remove();
done();
done(json);
});
}
return {
Expand Down

0 comments on commit c09ff2b

Please sign in to comment.