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
This patch ensures that `addEventListener` will not be called on `null`,
which generates a JavaScript error. This approach already exists in the
file.
Thankfully the error is inert since any page it will be thrown on
doesn't need the remainder of the code in `djangoproject.js` to be run.
0 commit comments