From 8d3e893aecc5523bf98c0c233049d449a1ec7fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Mon, 19 Mar 2018 10:52:45 +0200 Subject: [PATCH] Fix alert not displaying after failed style install --- chrome/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 index 0103bea461..c6d6f26cfd 100644 --- 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 ),