Skip to content

Commit

Permalink
Revert "sending ready:vis event when done (#12796)" (#12799)
Browse files Browse the repository at this point in the history
This reverts commit dee4f7d.

This needs some more review, as in-tandem with the refresh PR, #12752, it may introduce some unwanted side-effects.
  • Loading branch information
thomasneirynck authored Jul 12, 2017
1 parent 5b41142 commit fcee78a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/public/visualize/visualize.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ uiModules
$scope.$listen(timefilter, 'fetch', $scope.fetch);
$scope.$on('renderComplete', () => {
$el.trigger('renderComplete');
// dashboard still depends on this (not on render complete as reporting)
$scope.$root.$broadcast('ready:vis');
});

$scope.$on('$destroy', () => {
Expand Down

0 comments on commit fcee78a

Please sign in to comment.