poor Y and j... :)

This commit is contained in:
Robin Buse 2011-07-31 01:58:46 +03:00
parent 0772f6bb4e
commit 64b4ff3fb1
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
function randomPadName()
{
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
var string_length = 10;
var randomstring = '';
for (var i = 0; i < string_length; i++)