Skip to content

Commit d7d9eba

Browse files
authored
Update thanks-mturksubmit.html
making the error message more user-friendly.
1 parent 178a21d commit d7d9eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psiturk/example/templates/thanks-mturksubmit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
function complete_amt_task() {
88
$(window).on('beforeunload', function(){
9-
return 'Your submission is in progress. If you leave now, your assignment data will be corrupted.';
9+
return 'Your submission is in progress. Please do not close this window.';
1010
});
1111
$.ajax({
1212
dataType: "json",

0 commit comments

Comments
 (0)