diff options
author | Valerio Virgillito | 2012-04-30 16:11:58 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-30 16:11:58 -0700 |
commit | 30bf02869c93072cdb3a3a8b50cf943917f3b026 (patch) | |
tree | 1c62cb494c2b8da398a7a635a94f3064f40d596c /js/components/ui/input-group.reel | |
parent | b8dc3c42715274e61b34dc3c65e023078123f2e2 (diff) | |
parent | 6b67b498b3b1eec82e7bb7f34261e2c390506616 (diff) | |
download | ninja-30bf02869c93072cdb3a3a8b50cf943917f3b026.tar.gz |
Merge pull request #183 from mqg734/data-id
Updating id to data-montage-id.
Diffstat (limited to 'js/components/ui/input-group.reel')
-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> |