Skip to content

Commit c9dd061

Browse files
committed
Fix creating new experiments
1 parent 818010e commit c9dd061

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

experiments/media/js/nexus_experiments.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ $(document).ready(function () {
100100
$(".addExperiment").click(function (ev) {
101101
ev.preventDefault();
102102
$.facebox($("#experimentForm").tmpl({
103-
add: true,
104-
all_goals: nexus_experiments_all_goals
103+
add: true,
104+
relevant_chi2_goals: [],
105+
relevant_mwu_goals: [],
106+
all_goals: nexus_experiments_all_goals
105107
}));
106108
});
107109

0 commit comments

Comments
 (0)