Login screen

This commit is contained in:
NGPixel
2016-10-23 19:41:02 -04:00
parent 6e65c63606
commit fa7391ea4b
13 changed files with 244 additions and 11 deletions

7
client/js/login.js Normal file
View File

@@ -0,0 +1,7 @@
"use strict";
jQuery( document ).ready(function( $ ) {
$('#login-user').focus();
});