From 405c5114b8a3c29a6c1f698e2480b685c99a28a1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 20 Oct 2008 22:11:33 +0000 Subject: [PATCH] Debugging for TinyMCE page load --- chrome/content/zotero/bindings/styled-textbox.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/bindings/styled-textbox.xml b/chrome/content/zotero/bindings/styled-textbox.xml index d1f7f71e4d..7a90c4dd4f 100644 --- a/chrome/content/zotero/bindings/styled-textbox.xml +++ b/chrome/content/zotero/bindings/styled-textbox.xml @@ -282,6 +282,7 @@ }; this._iframe.addEventListener("DOMContentLoaded", listener, false); + Zotero.debug("Loading " + fileURI.spec); this._iframe.webNavigation.loadURI(fileURI.spec, Components.interfaces.nsIWebNavigation.LOAD_FLAGS_BYPASS_HISTORY, null, null, null); ]]>