From 49e309bb852eb9a19b193c83dc663baca7c31fee Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 31 May 2011 04:58:07 +0000 Subject: [PATCH] remove another window.loadURI --- chrome/content/zotero/fileInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index 77d8d83cfc..ae2975f975 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"); } } }