We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178a21d commit d7d9ebaCopy full SHA for d7d9eba
psiturk/example/templates/thanks-mturksubmit.html
@@ -6,7 +6,7 @@
6
<script>
7
function complete_amt_task() {
8
$(window).on('beforeunload', function(){
9
- return 'Your submission is in progress. If you leave now, your assignment data will be corrupted.';
+ return 'Your submission is in progress. Please do not close this window.';
10
});
11
$.ajax({
12
dataType: "json",
0 commit comments