- Timestamp:
- 2006/12/27 16:40:03 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl
r11362 r11363 102 102 if(typeof oj[i] == "string")tmpNode.href= oj[i]; 103 103 if(typeof oj[i] == "object"){ 104 //if(oj[i]["_href"]!="")tmpNode.href= oj[i]["_href"];104 if(typeof oj[i]["_href"] == "string")tmpNode.href= oj[i]["_href"]; 105 105 if(oj[i]["_open"]==1)tmpNode.expand(); 106 106 this.mkTree(oj[i],tmpNode);
Note: See TracChangeset
for help on using the changeset viewer.
