Debugging for TinyMCE page load

This commit is contained in:
Dan Stillman 2008-10-20 22:11:33 +00:00
parent a499edbf25
commit 405c5114b8

View file

@ -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);
]]>