st-tu-dresden / inloop

[Deprecated] A simple web application to manage online programming assignments
GNU General Public License v3.0
29 stars 8 forks source link

Check whether upload exists before accessing it #387

Closed julianctni closed 4 years ago

julianctni commented 4 years ago

Add check, whether the upload input element really exists before attaching an event listener to it. Needed when a deadline is expired.

Fixes: #376