User login progress

This commit is contained in:
Daniel Mason 2017-01-01 22:06:48 +13:00
parent 4b01dc70ec
commit 0c6a5f3833
7 changed files with 158 additions and 51 deletions

View file

@ -0,0 +1,4 @@
function showLoginBox()
{
alert("login");
}