Fix citation editing with sorted styles

This commit is contained in:
Simon Kornblith 2011-08-05 21:08:29 +00:00
parent fa602e4984
commit 94e92b9f53

View file

@ -498,6 +498,7 @@ var Zotero_QuickFormat = new function () {
function _showCitation(insertBefore) {
if(!io.citation.properties.unsorted
&& keepSorted.hasAttribute("checked")
&& io.citation.sortedItems
&& io.citation.sortedItems.length) {
for(var i=0, n=io.citation.sortedItems.length; i<n; i++) {
_insertBubble(io.citation.sortedItems[i][1], insertBefore);