File | Edit Page fails to launch in composer (93265). r=cmanske sr=ben

This commit is contained in:
blakeross%telocity.com 2001-08-03 16:20:39 +00:00
Родитель e89d7ebdc2
Коммит d469eba570
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -315,12 +315,6 @@ function NewEditorFromDraft()
// and we need a delay to let dialog close)
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
if (!launchWindow)
{