diff --git a/static/js/pages/error-view.js b/static/js/pages/error-view.js index e81e94ac3..d5b03ec5b 100644 --- a/static/js/pages/error-view.js +++ b/static/js/pages/error-view.js @@ -11,7 +11,7 @@ }]); function ErrorViewCtrl($scope, ApiService, $routeParams, UserService) { - $scope.info = window.__error_info || {}; + $scope.info = window.__error_info; $scope.code = window.__error_code || 404; } }()); \ No newline at end of file diff --git a/static/partials/error-view.html b/static/partials/error-view.html index fe53d8fb2..cefbd1562 100644 --- a/static/partials/error-view.html +++ b/static/partials/error-view.html @@ -2,9 +2,9 @@