diff --git a/static/js/app.js b/static/js/app.js index 33747af7a..710211967 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -226,11 +226,6 @@ quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanServi return false; } - if (response.status == 404) { - document.location = '/404'; - return false; - } - return true; });