Fix getAsync() integer warning when clicking on related item

This commit is contained in:
Dan Stillman 2017-09-20 03:35:43 -04:00
parent c7639f328f
commit 85d7c01c85

View file

@ -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);