Fix alert not displaying after failed style install

This commit is contained in:
Adomas Venčkauskas 2018-03-19 10:52:45 +02:00
parent 0bb2bdcbe3
commit 8d3e893aec

View file

@ -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
),