1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

introduction of Packrat

This commit is contained in:
2018-12-30 08:40:40 +01:00
parent cf44d94552
commit fd646fe1fc
10 changed files with 750 additions and 58 deletions

View File

@ -2,7 +2,8 @@
$('head').append('<!-- Updated Font Awesome library --><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">');
/* edit footer */
var footer_txt = $('footer .copyright p').html();
footer_txt = footer_txt.replace("Developed by", "Developed at the University of Groningen. Authors:");
$('footer').html('<p>' + footer_txt + '</p>');
$('footer').html('<p>' +
$('footer .copyright p').html().replace("Developed by",
"<code>AMR</code> (for R). Developed at the University of Groningen.<br>Authors:") +
'</p>');
//$('footer').prepend("<div class='university'/>");