diff --git a/static/js/pages/exp-new-layout.js b/static/js/pages/exp-new-layout.js index f68eb201d..60c32f21f 100644 --- a/static/js/pages/exp-new-layout.js +++ b/static/js/pages/exp-new-layout.js @@ -14,6 +14,7 @@ $scope.setEnabled = function(value) { $scope.isEnabled = value; CookieService.putPermanent('quay.exp-new-layout', value.toString()); + document.location.reload(); }; } }()); \ No newline at end of file