mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
Activate publish icon when typing in HTML source mode, b=140063, r=akkana, sr=kin
This commit is contained in:
parent
30322b2b64
commit
18ffd9b907
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user