mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 18:22:02 +02:00
website update
This commit is contained in:
@ -34,10 +34,13 @@ $( document ).ready(function() {
|
||||
window.location.replace(url_new);
|
||||
}
|
||||
|
||||
$('footer').html('<p>' +
|
||||
$('footer .copyright p').html().replace("Developed by",
|
||||
'<code>AMR</code> (for R). Developed at the <a href="https://www.rug.nl" target="_blank">University of Groningen</a>.<br>Authors:') +
|
||||
'</p>');
|
||||
$('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" target="_blank">University of Groningen</a>.<br>Authors:') + '</p>' +
|
||||
'<a href="https://www.rug.nl" target="_blank"><img src="./logo_rug.png" class="footer_logo"></a>' +
|
||||
'</div>');
|
||||
$('footer').addClass("university");
|
||||
|
||||
// Edit title of manual
|
||||
|
Reference in New Issue
Block a user