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/hottext.reel/hottext.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/hottext.reel/hottext.html')
-rwxr-xr-x | js/components/hottext.reel/hottext.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/hottext.reel/hottext.html b/js/components/hottext.reel/hottext.html index 314d4ca3..c759354e 100755 --- a/js/components/hottext.reel/hottext.html +++ b/js/components/hottext.reel/hottext.html | |||
@@ -23,6 +23,6 @@ | |||
23 | 23 | ||
24 | </head> | 24 | </head> |
25 | <body> | 25 | <body> |
26 | <input id="hottext"/> | 26 | <input data-montage-id="hottext" class="hottext"/> |
27 | </body> | 27 | </body> |
28 | </html> \ No newline at end of file | 28 | </html> \ No newline at end of file |