commit 49e309bb852eb9a19b193c83dc663baca7c31fee parent 8d7de2987ceb1a9f3607948f2a95ddedc21e6d03 Author: Simon Kornblith <simon@simonster.com> Date: Tue, 31 May 2011 04:58:07 +0000 remove another window.loadURI Diffstat:
| M | 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 @@ -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"); } } }