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/ui/input-group.reel/input-group.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/ui/input-group.reel/input-group.html')
-rwxr-xr-x | js/components/ui/input-group.reel/input-group.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/components/ui/input-group.reel/input-group.html b/js/components/ui/input-group.reel/input-group.html index 4cdb4e69..ba85c089 100755 --- a/js/components/ui/input-group.reel/input-group.html +++ b/js/components/ui/input-group.reel/input-group.html | |||
@@ -65,9 +65,9 @@ | |||
65 | </script> | 65 | </script> |
66 | </head> | 66 | </head> |
67 | <body> | 67 | <body> |
68 | <div id="inputRow" class="inputRow" style="-webkit-user-select: none;"> | 68 | <div data-montage-id="inputRow" class="inputRow" style="-webkit-user-select: none;"> |
69 | <div id="inputList"> | 69 | <div data-montage-id="inputList"> |
70 | <div id="inputPair"></div> | 70 | <div data-montage-id="inputPair"></div> |
71 | </div> | 71 | </div> |
72 | </div> | 72 | </div> |
73 | </body> | 73 | </body> |