Some activities cannot be displayed correctly on the site. All flash-parts are missing (e.g. graphs) and I cannot quick-edit the activity. An example of an activity with this problem is http://connect.garmin.com/activity/171474970.
Firing up Chrome developer tools and checking the console output displayes about 10 lines of the following error message: "Uncaught ReferenceError: jQuery is not defined"
Checking the source, jQuery is indeed not loaded. Checking an activity that works as intended shows that jQuery has been loaded on that page:
<script src="ajax.googleapis.com/.../jquery.min.js" type="text/javascript"></script>
Any Garmin employee (or anyone else) that can explain why this is?