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.