Point doc help to general word processor help page. Closes #1585

This commit is contained in:
Adomas Venčkauskas 2018-10-18 13:33:51 +03:00
parent fc1f737986
commit 9d98f765b2

View file

@ -181,11 +181,7 @@ var Zotero_File_Interface_Bibliography = new function() {
}); });
this.openHelpLink = function() { this.openHelpLink = function() {
var url = "https://www.zotero.org/support/word_processor_plugin_usage"; Zotero.launchURL("https://www.zotero.org/support/word_processor_integration");
var win = Components.classes["@mozilla.org/appshell/window-mediator;1"]
.getService(Components.interfaces.nsIWindowMediator)
.getMostRecentWindow("navigator:browser");
Zotero.launchURL(url);
}; };
/* /*