Bug 183185 - pageInfo.js "Error: this.data[row] has no properties". Patch by

Daniel Brooks, r=timeless, sr=bz, a=tor.
This commit is contained in:
tor%cs.brown.edu 2003-12-16 21:45:34 +00:00
Родитель 72c0bcbdc4
Коммит 6c22b74d44
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -384,8 +384,6 @@ function makeGeneralTab()
for (var i = 0; i < length; i++)
metaView.addRow([metaNodes[i].name || metaNodes[i].httpEquiv, metaNodes[i].content]);
metaView.rowCountChanged(0, length);
// get the document characterset
var encoding = theDocument.characterSet;
document.getElementById("encodingtext").value = encoding;
@ -661,8 +659,6 @@ function onFormSelect()
fieldView.setCellText(j, "field-label", labeltext);
}
}
fieldView.rowCountChanged(0, length);
}
}