Add lowercase 'j' to randomString() (not used for keys)
This commit is contained in:
parent
beaaf8fc6b
commit
d42b741756
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ Zotero.Utilities = {
|
||||||
**/
|
**/
|
||||||
"randomString":function(len, chars) {
|
"randomString":function(len, chars) {
|
||||||
if (!chars) {
|
if (!chars) {
|
||||||
chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghiklmnopqrstuvwxyz";
|
chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
||||||
}
|
}
|
||||||
if (!len) {
|
if (!len) {
|
||||||
len = 8;
|
len = 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue