1009: Permission denied to get property XULElement.tagName
- UnableToReproduce
- Review Board
ivazq******@gmai***** (Google Code) (Is this you? Claim this profile.) | |
April 21, 2009 |
1.0beta1 Permission denied to get property XULElement.tagName http://example.com/media/rb/js/diffviewer.js?xxxxxxxxxxx Line 648 "return (cell.tagName == "TH" &&" Replacing this seems to work: "return ($(cell).attr("tagName") == "TH" &&"