mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 20:06:11 +01:00
4 lines
373 B
JavaScript
4 lines
373 B
JavaScript
// Add updated Font Awesome 5.6.3 library
|
|
$('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">');
|
|
$('footer p').text($('footer p').text().replace('Developed by', 'Authors:'));
|