Fixed problem with uppercase letters..

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-07 19:43:22 +02:00
parent 134d5e9482
commit 6bec5ee3bf

View File

@@ -34,6 +34,7 @@ function control()
{
if(start)
{
id = id.toLowerCase();
if(!id)id = $("#code-input").val().toLowerCase();
$("#code-input").val("");
start = false;