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
Right now there are several $(document).ready() things when nothing in the module actually works without the DOM. We should just wait for the DOM in main.js or something before letting those modules do anything instead of checking within each one.
The text was updated successfully, but these errors were encountered:
Right now there are several $(document).ready() things when nothing in the module actually works without the DOM. We should just wait for the DOM in main.js or something before letting those modules do anything instead of checking within each one.
The text was updated successfully, but these errors were encountered: