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
Inspecting setdex_custom.js and setdex_ss.js, it looks like the problem may be on line 21 of setdex_custom.js where SETDEX_CUSTOM is redefined as well as being set to the contents of the "custom" cookie.
EDIT: Looked into this further and the main reason it is not working on page load is because setdex_custom.js is being loaded earlier in the document than setdex_ss.js. We just need to move the script tag for setdex_custom.js after the others, and call reloadXYScript() after setting the SETDEX_CUSTOM value from the cookie.
Upon first revisiting the page, you will not see any of your previously-saved custom sets, even if you have not cleared your cookies.
Once you enter a new or existing custom set and click Save, any previously-saved sets appear again.
The text was updated successfully, but these errors were encountered: