mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
File | Edit Page fails to launch in composer (93265). r=cmanske sr=ben
This commit is contained in:
parent
e89d7ebdc2
commit
d469eba570
@ -315,12 +315,6 @@ function NewEditorFromDraft()
|
|||||||
// and we need a delay to let dialog close)
|
// and we need a delay to let dialog close)
|
||||||
function editPage(url, launchWindow, delay)
|
function editPage(url, launchWindow, delay)
|
||||||
{
|
{
|
||||||
var webNav = null;
|
|
||||||
if ("getWebNavigation" in window)
|
|
||||||
webNav = getWebNavigation();
|
|
||||||
if (webNav && webNav.postData)
|
|
||||||
return;
|
|
||||||
|
|
||||||
// User may not have supplied a window
|
// User may not have supplied a window
|
||||||
if (!launchWindow)
|
if (!launchWindow)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user