Forgot unused variable
This commit is contained in:
parent
8f3567660f
commit
0147ca0135
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
Screen.Login = function(modules) {
|
Screen.Login = function(modules) {
|
||||||
var root = document.getElementById('login');
|
var root = document.getElementById('login');
|
||||||
var join = document.getElementById("join");
|
|
||||||
var submit = root.submitButton;
|
var submit = root.submitButton;
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
Loading…
Reference in a new issue