www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5f9afeb623b74c2b89cdc216f051a9202d95797f
parent 7fd299bd6416df8332eefaa98647c20a2a98db68
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 26 Mar 2011 04:37:12 +0000

unserialize persist before updating tag selector


Diffstat:
Mchrome/content/zotero/zoteroPane.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js @@ -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);