Merge pull request #117 from nixolas1/control

Fixed problem with uppercase letters..
This commit is contained in:
KasperRT
2015-06-07 19:43:45 +02:00

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;