Fix alert not displaying after failed style install
This commit is contained in:
parent
0bb2bdcbe3
commit
8d3e893aec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue