Merge pull request #55 from 0ip/patch-2

poor Y and j... :)
This commit is contained in:
Peter 'Pita' Martischka 2011-07-31 03:44:08 -07:00
commit c533837d06

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++)