Skip to content

Commit

Permalink
Merge pull request #306 from arXiv/develop
Browse files Browse the repository at this point in the history
remove link from js
  • Loading branch information
kyokukou authored Aug 20, 2024
2 parents ed47e45 + 5b361dc commit f8a4cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arxiv/base/static/js/member_acknowledgement.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

if (label) {
s = 'We gratefully acknowledge support from<br/>';
s += 'the Simons Foundation, <a href="https://info.arxiv.org/about/ourmembers.html">' + label + "</a>, and all contributors. <a href='https://info.arxiv.org/about/donate.html'>Donate</a>";
s += 'the Simons Foundation, <a href="https://info.arxiv.org/about/ourmembers.html">' + label + "</a>, and all contributors.";
support_elem = document.getElementById('support-ack-url');
if (support_elem) {
support_elem.innerHTML = s;
Expand Down

0 comments on commit f8a4cc4

Please sign in to comment.