diff --git a/static/js/app.js b/static/js/app.js index 261402139..fbd5a399a 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -1940,11 +1940,9 @@ quayApp.directive('tourContent', function () { }; $scope.$watch('kind', function(kind) { - if (kind) { - $timeout(function() { - $scope.chromify(); - }); - } + $timeout(function() { + $scope.chromify(); + }); }); }, link: function($scope, $element, $attr, ctrl) {