Fix alert not displaying after failed style install
This commit is contained in:
parent
0bb2bdcbe3
commit
8d3e893aec
|
@ -420,7 +420,7 @@ Zotero.Integration = new function() {
|
||||||
installed = true;
|
installed = true;
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
me._doc.displayAlert(
|
doc.displayAlert(
|
||||||
Zotero.getString(
|
Zotero.getString(
|
||||||
'integration.error.styleNotFound', data.style.styleID
|
'integration.error.styleNotFound', data.style.styleID
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user