mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed problem with uppercase letters..
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user