mirror of
https://github.com/zotero/zotero.git
synced 2026-09-11 22:51:15 +00:00
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