Merge branch '4.0'
This commit is contained in:
commit
31d2f6aecb
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ Zotero.Utilities.Internal = {
|
|||
}
|
||||
// Hex string
|
||||
else {
|
||||
let hexStr;
|
||||
let hexStr = "";
|
||||
for (let i = 0; i < hash.length; i++) {
|
||||
hexStr += toHexString(hash.charCodeAt(i));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue