You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/split/dashboard/public/dashboard.js
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,13 @@ function confirmReopen() {
22
22
varagree=confirm("This will reopen the experiment. Are you sure?");
23
23
returnagree ? true : false;
24
24
}
25
+
26
+
functionconfirmEnableCohorting(){
27
+
varagree=confirm("This will enable the cohorting of the experiment. Are you sure?");
28
+
returnagree ? true : false;
29
+
}
30
+
31
+
functionconfirmDisableCohorting(){
32
+
varagree=confirm("This will disable the cohorting of the experiment. Note: Existing participants will continue to receive their alternative and may continue to convert. Are you sure?");
0 commit comments