mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
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…
Add table
Reference in a new issue