remove an onload dependency
This commit is contained in:
parent
f4cdfb3349
commit
863ddfeafa
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
},
|
||||
salt = Ox.range(2).map(function(){
|
||||
return Ox.range(16).map(function() {
|
||||
return Ox.char(65 + Ox.random(26));
|
||||
return String.fromCharCode(65 + Ox.random(26));
|
||||
}).join('');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue