Fix sync error (since beaaf8fc
)
This commit is contained in:
parent
732c785af4
commit
9c80e9ab93
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Zotero.ID_Tracker = function () {
|
|||
}
|
||||
|
||||
|
||||
this.isValidKey = function () {
|
||||
this.isValidKey = function (value) {
|
||||
var re = /^[23456789ABCDEFGHIJKLMNPQRSTUVWXYZ]{8}$/
|
||||
return re.test(value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue