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
notes.js introduces a ton of variables into the global namespace. Sure it may be the last included script and it may work now, but that doesn't make for very maintainable JS. Please wrap it in a self executing anonymous function.
The text was updated successfully, but these errors were encountered:
notes.js introduces a ton of variables into the global namespace. Sure it may be the last included script and it may work now, but that doesn't make for very maintainable JS. Please wrap it in a self executing anonymous function.
The text was updated successfully, but these errors were encountered: