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)
|
||||
{
|
||||
id = id.toLowerCase();
|
||||
if(!id)id = $("#code-input").val().toLowerCase();
|
||||
$("#code-input").val("");
|
||||
start = false;
|
||||
|
||||
Reference in New Issue
Block a user