Bug 183185 - pageInfo.js "Error: this.data[row] has no properties". Patch by
Daniel Brooks, r=timeless, sr=bz, a=tor. git-svn-id: svn://10.0.0.236/trunk@150374 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user