Skip to content

Commit 073da04

Browse files
committed
Merge pull request #425 from UNC-Libraries/fix-survey-hide-button
Avoid navigating away from the current page when the survey hide link is clicked.
2 parents 24511fb + 001fe73 commit 073da04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: access/src/main/webapp/WEB-INF/jsp/common/surveyBanner.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<div id="survey-banner" style="display: none;">
4949
Help us improve the CDR. <a href="https://unc.az1.qualtrics.com/SE/?SID=SV_8HrpGlGgdAdieWx">Take a short survey</a>.
50-
<div class="hide"><a href="#">Hide</a></div>
50+
<div class="hide"><a href="javascript:void(0)">Hide</a></div>
5151
</div>
5252

5353
<script>

0 commit comments

Comments
 (0)