mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
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:
parent
7b1af9e0fe
commit
59724699f1
@ -18,6 +18,10 @@ var subscribeDS = RDF.GetDataSource("rdf:subscribe");
|
||||
var lastTreeChildrenValue = null;
|
||||
var lastTreeChildren = null;
|
||||
|
||||
function goDoCommand()
|
||||
{
|
||||
}
|
||||
|
||||
function Stop()
|
||||
{
|
||||
//dump("Stop()\n")
|
||||
|
Loading…
x
Reference in New Issue
Block a user