Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.1.3
-
None
-
Windows XP, Tomcat 7, juDDI 3.1.3
Description
inside the file:
juddi-portal-bundle-3.1.3\webapps\pluto\pluto.js
there is :
navigationRoot = document.getElementById("navigation");
that should be
navigationRoot = document.getElementById("nav");
otherwise it is not possible to select the inner list (which is inside the div nav)