Code: Select all
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
In the console it gives an error message saying something about loading unsecured content (don't remember the exact text). It also seems to not load all javascript as for instance the bid history is not hidden on the offerDetail page. I did not see this error message in firefox.
Changing http to https in above line seems to fix the problem in chrome.