aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/tree-basic/tree.reel/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/ui/tree-basic/tree.reel/tree.html')
-rwxr-xr-xjs/components/ui/tree-basic/tree.reel/tree.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/components/ui/tree-basic/tree.reel/tree.html b/js/components/ui/tree-basic/tree.reel/tree.html
index f0c51fcc..1144b563 100755
--- a/js/components/ui/tree-basic/tree.reel/tree.html
+++ b/js/components/ui/tree-basic/tree.reel/tree.html
@@ -65,9 +65,9 @@
65 </script> 65 </script>
66</head> 66</head>
67<body> 67<body>
68<div id="atree" class="atree"> 68<div data-montage-id="atree" class="atree">
69 <ul id="treeView" style="display:block;"> 69 <ul data-montage-id="treeView" style="display:block;">
70 <li id="treeItem"></li> 70 <li data-montage-id="treeItem"></li>
71 </ul> 71 </ul>
72</div> 72</div>
73</body> 73</body>