diff --git a/static/js/app.js b/static/js/app.js index 6881be2c0..dda1f7fdb 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -83,12 +83,7 @@ quayApp.config(['$routeProvider', '$locationProvider', 'pages', function($routeP // index rule to make sure that deep links directly deep into the app continue to work. // WARNING WARNING WARNING - var layoutProfile = 'old-layout'; - - // Check for the cookie for turning on the new layout. - if (document.cookie.toString().indexOf('quay.exp-new-layout=true') >= 0) { - layoutProfile = 'layout'; - } + var layoutProfile = 'layout'; // Check for the override flag. if (window.location.search.indexOf('old-ui=1') >= 0) {