Make the experiment reload the page automatically

This commit is contained in:
Joseph Schorr 2015-04-01 15:06:30 -04:00
parent 74667cdfa5
commit e4fc18cbed

View file

@ -14,6 +14,7 @@
$scope.setEnabled = function(value) {
$scope.isEnabled = value;
CookieService.putPermanent('quay.exp-new-layout', value.toString());
document.location.reload();
};
}
}());