Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine authored Feb 23, 2024
1 parent df8cb48 commit feabeea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h4>Link&nbsp;to Task:<br />
</div>
</div>
<center><button onclick="noSurveyFunction()">I WAS NOT REDIRECTED TO THE SURVEY</button></center>
<div id="SurveyLink" style="display:none;">
<div id="HiddenSurveyLink" style="display:none;">
<div class="row" id="workContent">
<div class="col-xs-12 col-md-6 col-md-offset-3" style="width: 485px; margin-left: 242.5px;">
<table class="table table-condensed table-bordered" style="width: 455px;">
Expand Down Expand Up @@ -200,10 +200,11 @@ <h4>Link&nbsp;to Task:<br />
}
function disagreeFunction() {
document.getElementById('Links').style.display = "none";
document.getElementById('HiddenSurveyLink').style.display = "none";
document.getElementById('Goodbye').style.display = "block";
}
function noSurveyFunction() {
document.getElementById('SurveyLink').style.display = "block";
document.getElementById('HiddenSurveyLink').style.display = "block";
}
</script><!-- Close internal javascript -->
</body>
Expand Down

0 comments on commit feabeea

Please sign in to comment.