You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call in getVolumes in gdoc_scripts.js for fetching crest data is broken.
In line 919 (market_obj = __fetchCrest_market(item_id,region_id);) it should be first region_id and then item_id, because otherwise the Crest URL is wrong.
The text was updated successfully, but these errors were encountered:
The call in getVolumes in gdoc_scripts.js for fetching crest data is broken.
In line 919 (market_obj = __fetchCrest_market(item_id,region_id);) it should be first region_id and then item_id, because otherwise the Crest URL is wrong.
The text was updated successfully, but these errors were encountered: