Skip to content

Commit

Permalink
MAINT: comment out user ID to help with MTurk (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsievert authored Apr 18, 2019
1 parent f4abfa2 commit a9b3edf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next/query_page/templates/query_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ <h4 id="debrief_text">{{experiment['args']['debrief']|safe}}</h4>
<div id="wrapper">
<center><h1>Loading...</h1></center>
</div>
<!--
<div class="navbar navbar-default navbar-fixed-bottom" style="height: 2em; min-height: 20px;">
<div class="container">
<p>User ID: <span id="participant_uid_bottom"></span></p>
</div>
</div>
-->

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

$('#participant_uid').html(participant_uid);
$('#participant_uid_bottom').html(participant_uid);
//$('#participant_uid_bottom').html(participant_uid);
var args = {
name: "getQuery",
exp_uid: exp_uid,
Expand Down

0 comments on commit a9b3edf

Please sign in to comment.