Skip to content

Commit

Permalink
bugfix for error msg not surfaced
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Nov 11, 2015
1 parent 1842628 commit d8c79cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/static/widgets/viz_nvd3.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function viz_nvd3(data_attribute) {
var err = '<div class="alert alert-danger">' + xhr.responseText + '</div>';
loading.hide();
chart_div.show();
chart.html(err);
chart_div.html(err);
});
};
var resize = function() {
Expand Down

0 comments on commit d8c79cd

Please sign in to comment.