Fix WinWord plugin installation not running on startup (#4579)
This commit is contained in:
parent
aef0e51186
commit
365d6f4295
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Zotero.Integration = new function() {
|
|||
if (Zotero.isMac) {
|
||||
entryPoints.push(PLUGIN_PATHS.MacWord);
|
||||
}
|
||||
else if (Zotero.isWindows) {
|
||||
else if (Zotero.isWin) {
|
||||
entryPoints.push(PLUGIN_PATHS.WinWord);
|
||||
}
|
||||
for (let entryPoint of entryPoints) {
|
||||
|
|
Loading…
Reference in a new issue