Forgot unused variable

This commit is contained in:
Tissevert 2019-12-11 22:05:17 +01:00
parent 8f3567660f
commit 0147ca0135
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
Screen.Login = function(modules) {
var root = document.getElementById('login');
var join = document.getElementById("join");
var submit = root.submitButton;
init();