toonetcreation Hi. now I understand what happened. You've replaced the code instructed with mine while it was only an addition to the favicon replacement. I've modified my code to:
<!-- LOCAL FAVICON.ICO -->
<script type="text/javascript">(function($) {$(document).ready(function() {
$('link[href="/templates/ja_donate/favicon.ico"]').attr('href','/templates/ja_donate/local/favicon.ico');
});})(jQuery)</script>
<!-- //LOCAL FAVICON.ICO -->
and now it works as expected.