File tree Expand file tree Collapse file tree
next/query_page/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments