www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 405c5114b8a3c29a6c1f698e2480b685c99a28a1
parent a499edbf25e4fc3291e5dddcce58dbfc6d6589b4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 20 Oct 2008 22:11:33 +0000

Debugging for TinyMCE page load


Diffstat:
Mchrome/content/zotero/bindings/styled-textbox.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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); ]]>