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/checkbox.reel/checkbox.html | |
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/checkbox.reel/checkbox.html')
-rwxr-xr-x | js/components/checkbox.reel/checkbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/checkbox.reel/checkbox.html b/js/components/checkbox.reel/checkbox.html index a03d72fb..ded91fc2 100755 --- a/js/components/checkbox.reel/checkbox.html +++ b/js/components/checkbox.reel/checkbox.html | |||
@@ -18,6 +18,6 @@ | |||
18 | </script> | 18 | </script> |
19 | </head> | 19 | </head> |
20 | <body> | 20 | <body> |
21 | <input id="ch_comp" class="nj-skinned" type="checkbox"> | 21 | <input data-montage-id="ch_comp" class="nj-skinned" type="checkbox"> |
22 | </body> | 22 | </body> |
23 | </html> \ No newline at end of file | 23 | </html> \ No newline at end of file |