www

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

commit 8d3e893aecc5523bf98c0c233049d449a1ec7fb5
parent 0bb2bdcbe3e076dbefcec80cd7dee65d396f5073
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Mon, 19 Mar 2018 10:52:45 +0200

Fix alert not displaying after failed style install

Diffstat:
Mchrome/content/zotero/xpcom/integration.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -420,7 +420,7 @@ Zotero.Integration = new function() { installed = true; } catch (e) { - me._doc.displayAlert( + doc.displayAlert( Zotero.getString( 'integration.error.styleNotFound', data.style.styleID ),