Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -ra8a83ef915717f418399b46f4c1df68be0ba8d18 -r0882342443acca1c706083159fbebdf4a7503da5 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision a8a83ef915717f418399b46f4c1df68be0ba8d18) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 0882342443acca1c706083159fbebdf4a7503da5) @@ -1,4 +1,4 @@ -/** +/** * This file contains main methods for Authoring. */ @@ -587,7 +587,7 @@ var nodeData = null; if (folderNode && folderNode.children) { $.each(folderNode.children, function(){ - if (this.label == title) { + if (this.data.label == title) { this.highlight(); nodeData = this.data; return false;