www

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

commit 49a97d104bda07e5f35ae2a5f4e8a1b7be7aeca3
parent a417c9ef59071950bf371a2f72221bab3b771f98
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 20 Mar 2013 05:01:08 -0400

Fix strict mode error downloading PDF tools

Diffstat:
Mchrome/content/zotero/preferences/preferences_search.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/preferences/preferences_search.js b/chrome/content/zotero/preferences/preferences_search.js @@ -208,12 +208,12 @@ Zotero_Preferences.Search = { [Zotero.platform, 'zotero.org']) + '\n\n'; if (converterVersionAvailable) { - tvp = Zotero.getString('zotero.preferences.search.pdf.toolVersionPlatform', + let tvp = Zotero.getString('zotero.preferences.search.pdf.toolVersionPlatform', [Zotero.Fulltext.pdfConverterName, converterVersion]); msg += '- ' + tvp + '\n'; } if (infoVersionAvailable) { - tvp = Zotero.getString('zotero.preferences.search.pdf.toolVersionPlatform', + let tvp = Zotero.getString('zotero.preferences.search.pdf.toolVersionPlatform', [Zotero.Fulltext.pdfInfoName, infoVersion]); msg += '- ' + tvp + '\n'; }