AMR/docs/extra.js

4 lines
373 B
JavaScript
Raw Normal View History

2018-12-29 22:24:19 +01:00
// 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:'));