Fix getAsync() integer warning when clicking on related item
This commit is contained in:
parent
c7639f328f
commit
85d7c01c85
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
|||
|
||||
var box = document.createElement('box');
|
||||
box.setAttribute('onclick',
|
||||
"document.getBindingParent(this).showItem('" + id + "')");
|
||||
"document.getBindingParent(this).showItem(" + id + ")");
|
||||
box.setAttribute('class','zotero-clicky');
|
||||
box.setAttribute('flex','1');
|
||||
box.appendChild(icon);
|
||||
|
|
Loading…
Reference in a new issue