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) if(start)
{ {
id = id.toLowerCase();
if(!id)id = $("#code-input").val().toLowerCase(); if(!id)id = $("#code-input").val().toLowerCase();
$("#code-input").val(""); $("#code-input").val("");
start = false; start = false;