diff options
author | Valerio Virgillito | 2012-05-03 17:46:23 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-03 17:46:23 -0700 |
commit | f1f2e65712d7c5a163dd6fdbd8f5911555c3f377 (patch) | |
tree | 6c1b70e1642f09fc789ce5a3309feab98dc2f8a5 /js/panels/presets/style-presets.reel/style-presets.html | |
parent | 2f21eb37a4e7afb4ba3273b3ec50964717448b2f (diff) | |
download | ninja-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/presets/style-presets.reel/style-presets.html')
-rw-r--r-- | js/panels/presets/style-presets.reel/style-presets.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/presets/style-presets.reel/style-presets.html b/js/panels/presets/style-presets.reel/style-presets.html index 7490a73b..4e97de58 100644 --- a/js/panels/presets/style-presets.reel/style-presets.html +++ b/js/panels/presets/style-presets.reel/style-presets.html | |||
@@ -48,8 +48,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
48 | </script> | 48 | </script> |
49 | </head> | 49 | </head> |
50 | <body> | 50 | <body> |
51 | <section id="stylesLibrary" class="stylesLibrary"> | 51 | <section data-montage-id="stylesLibrary" class="stylesLibrary"> |
52 | <div id="libraryContainer"></div> | 52 | <div data-montage-id="libraryContainer"></div> |
53 | </section> | 53 | </section> |
54 | </body> | 54 | </body> |
55 | </html> \ No newline at end of file | 55 | </html> \ No newline at end of file |