Make the experiment reload the page automatically
This commit is contained in:
parent
74667cdfa5
commit
e4fc18cbed
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
$scope.setEnabled = function(value) {
|
||||
$scope.isEnabled = value;
|
||||
CookieService.putPermanent('quay.exp-new-layout', value.toString());
|
||||
document.location.reload();
|
||||
};
|
||||
}
|
||||
}());
|
Reference in a new issue