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
In some places, we still use javascript:-links instead of event listeners.
For the sake of uniformity and security (code injection), we should remove these and only use event listeners.
In some places, we still use
javascript:-links instead of event listeners.For the sake of uniformity and security (code injection), we should remove these and only use event listeners.