bug 91876 patch by walk84@yahoo.com r=biesi sr=alecf

strict warning in help.js
This commit is contained in:
cbiesinger%web.de 2002-04-29 19:22:58 +00:00
parent b4d17bfe98
commit e58654fc52

View File

@ -232,7 +232,7 @@ function getLink(ID) {
// We have one possible source for an ID for each datasource in the composite datasource.
// The first ID which matches is returned.
var tocTree = document.getElementById("help-toc-tree");
tocDS = tocTree.database;
var tocDS = tocTree.database;
if (tocDS == null)
return null;
var tocDatasources = tocTree.getAttribute("datasources");