Fix sync error (since beaaf8fc)

This commit is contained in:
Dan Stillman 2013-01-20 14:46:07 -05:00
parent 732c785af4
commit 9c80e9ab93

View File

@ -93,7 +93,7 @@ Zotero.ID_Tracker = function () {
}
this.isValidKey = function () {
this.isValidKey = function (value) {
var re = /^[23456789ABCDEFGHIJKLMNPQRSTUVWXYZ]{8}$/
return re.test(value);
}