Fix file sync error due to Zotero.Utilities.Internal.md5() brokenness
Broken in 7d404e8d4a
This commit is contained in:
parent
7d404e8d4a
commit
da71d6201a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Zotero.Utilities.Internal = {
|
|||
}
|
||||
|
||||
// convert the binary hash data to a hex string.
|
||||
var hexStr;
|
||||
var hexStr = "";
|
||||
for (let i = 0; i < hash.length; i++) {
|
||||
hexStr += toHexString(hash.charCodeAt(i));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue