Skip to content

Commit a9b3edf

Browse files
authored
MAINT: comment out user ID to help with MTurk (#220)
1 parent f4abfa2 commit a9b3edf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

next/query_page/templates/query_page.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ <h4 id="debrief_text">{{experiment['args']['debrief']|safe}}</h4>
4444
<div id="wrapper">
4545
<center><h1>Loading...</h1></center>
4646
</div>
47+
<!--
4748
<div class="navbar navbar-default navbar-fixed-bottom" style="height: 2em; min-height: 20px;">
4849
<div class="container">
4950
<p>User ID: <span id="participant_uid_bottom"></span></p>
5051
</div>
5152
</div>
53+
-->
5254

5355
<script>
5456
next_widget.setUrl("");
@@ -63,7 +65,7 @@ <h4 id="debrief_text">{{experiment['args']['debrief']|safe}}</h4>
6365
{% endif %}
6466

6567
$('#participant_uid').html(participant_uid);
66-
$('#participant_uid_bottom').html(participant_uid);
68+
//$('#participant_uid_bottom').html(participant_uid);
6769
var args = {
6870
name: "getQuery",
6971
exp_uid: exp_uid,

0 commit comments

Comments
 (0)