Ensure no further action is taken after the import unavailable prompt
This commit is contained in:
parent
b8b8cbba3a
commit
897a042ee0
1 changed files with 1 additions and 0 deletions
|
@ -1667,6 +1667,7 @@ Zotero.Integration.Session.prototype.importDocument = async function() {
|
|||
// Let's add a parameter this changes later.
|
||||
ps.alert(null, Zotero.getString('integration.importDocument'),
|
||||
Zotero.getString('integration.importDocument.notAvailable', "Word"));
|
||||
return;
|
||||
}
|
||||
|
||||
var buttonFlags = ps.BUTTON_POS_0 * ps.BUTTON_TITLE_IS_STRING
|
||||
|
|
Loading…
Add table
Reference in a new issue