diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index 77d8d83cf..ae2975f97 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -310,7 +310,7 @@ var Zotero_File_Interface = new function() { null, null, {} ); if (index == 1) { - window.loadURI("http://zotero.org/support/kb/importing"); + ZoteroPane_Local.loadURI("http://zotero.org/support/kb/importing"); } } }