www

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

commit b298e7acbd8a8d92986c5bcd42c236e829f496eb
parent 947be813ec6c54ff5cc497a6a14e83a7dc80923a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 21 Mar 2012 14:22:21 -0400

Fix brokenness (from 3.0 merge in 947be813)

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

diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js @@ -3532,6 +3532,7 @@ var ZoteroPane = new function() var args = [url]; proc.runw(false, args, args.length); + } }