Fix sync error (since beaaf8fc
)
This commit is contained in:
parent
732c785af4
commit
9c80e9ab93
|
@ -93,7 +93,7 @@ Zotero.ID_Tracker = function () {
|
|||
}
|
||||
|
||||
|
||||
this.isValidKey = function () {
|
||||
this.isValidKey = function (value) {
|
||||
var re = /^[23456789ABCDEFGHIJKLMNPQRSTUVWXYZ]{8}$/
|
||||
return re.test(value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user