From b298e7acbd8a8d92986c5bcd42c236e829f496eb Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 21 Mar 2012 14:22:21 -0400 Subject: [PATCH] Fix brokenness (from 3.0 merge in 947be813) --- chrome/content/zotero/zoteroPane.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index c8c8081a24..553077f79f 100644 --- 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); + } }