jQuery(document).ready(function( $ ){
jQuery(‘#wpfooter .titan-footer a’).attr(‘href’, ‘https://www.roobix.com.au/’);
jQuery(‘#wpfooter .titan-footer a’).attr(‘title’, ‘Roobix’);
jQuery(‘#wpfooter .titan-footer img’).attr(‘src’, ‘https://www.leisurecat.com.au/wp-content/uploads/2020/06/roobix-powered.jpg’);
jQuery(‘#wpfooter .titan-footer img’).attr(‘alt’, ‘Roobix’);
});
var link = document.querySelector(“link[rel*='icon']“) || document.createElement(‘link’);
link.type = ‘image/x-icon';
link.rel = ‘shortcut icon';
link.href = ‘https://www.leisurecat.com.au/wp-content/uploads/2020/06/logoleisurecat.png';
document.getElementsByTagName(‘head’)[0].appendChild(link);
The post Dashboard Script appeared first on LeisureCat & AussieCat.