I have a Joomla 2.5 project hosted on a domain mywebsite.com and all was working fine. But when I want to work on it in my local machine, Joomla keeps loading CSS and Javascript from mywebsite.com. I tried to clear the cache and make a global research on the project for something hard coded, but I haven't found the solution. This how I include Javascript:
$document->addScript('media/system/js/jquery.min.js');
Could someone tell me what is wrong?