mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 18:01:50 +02:00
(v0.9.0.9026) update documentation
This commit is contained in:
@ -66,10 +66,8 @@ $( document ).ready(function() {
|
||||
// edit footer
|
||||
$('footer').html(
|
||||
'<div>' +
|
||||
'<p>' + $('footer .copyright p').html().replace(
|
||||
"Developed by",
|
||||
'<code>AMR</code> (for R). Developed at the <a href="https://www.rug.nl">University of Groningen</a>.<br>Authors:') + '</p>' +
|
||||
'<a href="https://www.rug.nl"><img src="https://gitlab.com/msberends/AMR/raw/master/docs/logo_rug.png" class="footer_logo"></a>' +
|
||||
'<p><code>AMR</code> (for R). Developed at the <a href="https://www.rug.nl">University of Groningen</a> in collaboration with non-profit organisations <a href="https://www.certe.nl">Certe Medical Diagnostics and Advice</a> and <a href="https://www.umcg.nl">University Medical Center Groningen</a>.</p>' +
|
||||
'<a href="https://www.rug.nl"><img src="https://gitlab.com/msberends/AMR/raw/master/docs/logo_rug.png" class="footer_logo"></a>' +
|
||||
'</div>');
|
||||
// all links should open in new tab/window
|
||||
$('footer').html($('footer').html().replace(/href/g, 'target="_blank" href'));
|
||||
|
Reference in New Issue
Block a user