OK so i've been trying to click the "add to favorites" button on the main page of my Presta, and it isn't working. I am using Chrome browser.
I tried with IE and it works.
I check the "Elements" in Chrome, and in the Js/tools.js, there is a "mistake":
Uncaught TypeError: Object #<Object> has no method 'AddFavorite'
return window.external.AddFavorite( url, title);
Uncaught TypeError: Object #<Object> has no method 'AddFavorite' (repeated 5 times)
else if (window.opera && window.print)
(repeated 5 times, because i tried to click it 5 times.)
How do i fix it please?