Metadata
- Source
- ENGAGE-119
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Justin Obara
- Created
2009-10-13T16:48:13.000-0400 - Updated
2009-11-03T11:51:38.000-0500 - Versions
- N/A
- Fixed Versions
-
- 0.1
- Component
-
- Browse
Description
a timeout fetching the json data occurs when trying to load the browse.html page.
The error doesn't seem to occur on every page visit, but looking at resource loading, it appears the bottle neck occurs on the loadData.js or the browse.js files.
Changing the ajax option async to true in loadData.js, seems to solve the issue.
Comments
-
Colin Clark commented
2009-10-13T17:49:00.000-0400 Bug Parade Engage 0.1
-
Justin Obara commented
2009-10-14T10:53:43.000-0400 changed async to true
-
Justin Obara commented
2009-11-03T11:51:38.000-0500 closed as the change to async fixed the issue.