Don't set focus to Composer window after publishing. b=170959, r=brade, sr=alecf

This commit is contained in:
cmanske%netscape.com 2002-10-01 21:56:39 +00:00
parent c1d71c9be7
commit 06c1621bb0

View File

@ -2097,7 +2097,6 @@ function SetDocumentEditable(isDocEditable)
} catch(e) {}
// update all commands
window._content.focus();
window.updateCommands("create");
}
}