aboutsummaryrefslogtreecommitdiff
path: root/js/panels/components-panel.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 17:46:23 -0700
committerValerio Virgillito2012-05-03 17:46:23 -0700
commitf1f2e65712d7c5a163dd6fdbd8f5911555c3f377 (patch)
tree6c1b70e1642f09fc789ce5a3309feab98dc2f8a5 /js/panels/components-panel.reel
parent2f21eb37a4e7afb4ba3273b3ec50964717448b2f (diff)
downloadninja-f1f2e65712d7c5a163dd6fdbd8f5911555c3f377.tar.gz
finishing to replace all id with data-montage-id
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/components-panel.reel')
-rwxr-xr-xjs/panels/components-panel.reel/components-panel.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/components-panel.reel/components-panel.html b/js/panels/components-panel.reel/components-panel.html
index c78988e0..1a257957 100755
--- a/js/panels/components-panel.reel/components-panel.html
+++ b/js/panels/components-panel.reel/components-panel.html
@@ -53,8 +53,8 @@
53 </head> 53 </head>
54 <body> 54 <body>
55 55
56 <div id="components_panel" class="components_panel"> 56 <div data-montage-id="components_panel" class="components_panel">
57 <div id="componentsContainer"></div> 57 <div data-montage-id="componentsContainer"></div>
58 </div> 58 </div>
59 59
60 </body> 60 </body>