define a goDoCommand() to prevent JS errors when typing in the subscribe

dialog.  we don't play nice with mailWindow.  #53106
sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-01-06 06:11:15 +00:00
parent 7b1af9e0fe
commit 59724699f1

View File

@ -18,6 +18,10 @@ var subscribeDS = RDF.GetDataSource("rdf:subscribe");
var lastTreeChildrenValue = null;
var lastTreeChildren = null;
function goDoCommand()
{
}
function Stop()
{
//dump("Stop()\n")