unserialize persist before updating tag selector

This commit is contained in:
Simon Kornblith 2011-03-26 04:37:12 +00:00
parent 7fd299bd64
commit 5f9afeb623

View file

@ -347,6 +347,7 @@ var ZoteroPane = new function()
return false;
}
this.unserializePersist();
this.updateTagSelectorSize();
// restore saved row selection (for tab switching)
@ -368,8 +369,6 @@ var ZoteroPane = new function()
}, 51);
}
this.unserializePersist();
// Focus the quicksearch on pane open
setTimeout("document.getElementById('zotero-tb-search').inputField.select();", 1);