Skip to content

Commit

Permalink
Dev Donation URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 10, 2021
1 parent c0cb5a1 commit d2d12d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/footer.php
Expand Up @@ -53,7 +53,7 @@
<div class="row">
<!-- Link to manual -->
<div class="col-xs-6 col-sm-4 ">
<a href='http://manual.limesurvey.org' onclick='function go(ev) { ev.preventDefault(); var win = window.open("http://manual.limesurvey.org", "_blank"); win.focus(); }; go(event);'>
<a href='https://manual.limesurvey.org' onclick='function go(ev) { ev.preventDefault(); var win = window.open("https://manual.limesurvey.org", "_blank"); win.focus(); }; go(event);'>
<span class="fa fa-question-circle" id="info-footer"></span>
<span class="sr-only"><?php eT('Limesurvey online manual'); ?></span>
</a>
Expand Down

0 comments on commit d2d12d6

Please sign in to comment.