fixed bug in array & richtext

This commit is contained in:
Kevin Jahns
2016-06-03 19:04:47 +02:00
parent bc856a09f5
commit e77a753708
3 changed files with 10 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ function getRandomNumber (n) {
g.getRandomNumber = getRandomNumber
function getRandomString () {
var chars = 'abcdefäö'
var chars = 'abcdefghijklmnopqrstuvwxyzäüöABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖ'
var char = chars[getRandomNumber(chars.length)] // ü\n\n\n\n\n\n\n'
var length = getRandomNumber(7)
var string = ''