This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Javascript errors when viewing single activity - jQuery not loaded

Former Member
Former Member
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?