diff options
author | Nivesh Rajbhandari | 2012-04-30 16:04:13 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-30 16:04:13 -0700 |
commit | 6b67b498b3b1eec82e7bb7f34261e2c390506616 (patch) | |
tree | 3874b52284763c066f040a8f594bde8aee2cd20e /js/components/hottextunit.reel/hottextunit.html | |
parent | e46d154b7821741618bf999c9216761ea36ad003 (diff) | |
download | ninja-6b67b498b3b1eec82e7bb7f34261e2c390506616.tar.gz |
Updating id to data-montage-id (and associated CSS, if necessary) in some of our custom ui controls (such as hottest, slider, etc.), materials panels and three-d section of the PI.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/components/hottextunit.reel/hottextunit.html')
-rwxr-xr-x | js/components/hottextunit.reel/hottextunit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/hottextunit.reel/hottextunit.html b/js/components/hottextunit.reel/hottextunit.html index 3f946f9b..ec10f975 100755 --- a/js/components/hottextunit.reel/hottextunit.html +++ b/js/components/hottextunit.reel/hottextunit.html | |||
@@ -22,6 +22,6 @@ | |||
22 | 22 | ||
23 | </head> | 23 | </head> |
24 | <body> | 24 | <body> |
25 | <div id="hottextunit" class="hottextunit"></div> | 25 | <div data-montage-id="hottextunit" class="hottextunit"></div> |
26 | </body> | 26 | </body> |
27 | </html> \ No newline at end of file | 27 | </html> \ No newline at end of file |