Activate publish icon when typing in HTML source mode, b=140063, r=akkana, sr=kin

This commit is contained in:
cmanske%netscape.com 2002-04-30 23:30:29 +00:00
parent 30322b2b64
commit 18ffd9b907

View File

@ -1524,8 +1524,9 @@ function oninputHTMLSource()
{
gHTMLSourceChanged = true;
// Trigger update of "Save" button
// Trigger update of "Save" and "Publish" buttons
goUpdateCommand("cmd_save");
goUpdateCommand("cmd_publish");
// We don't need to call this again, so remove handler
gSourceContentWindow.removeEventListener("input", oninputHTMLSource, false);