diff options
author | Ananya Sen | 2012-05-03 11:31:09 -0700 |
---|---|---|
committer | Ananya Sen | 2012-05-03 11:31:09 -0700 |
commit | 6cc9ba557dd47f407acc6b7f7527f5f2df61b362 (patch) | |
tree | 688bbcca620cc999debc4ef9271f87061b6a07a8 /js/io/ui/file-picker/file-input-field.reel | |
parent | 9f654de3c56475b8e9d34183eb6dd9f2d0381b76 (diff) | |
download | ninja-6cc9ba557dd47f407acc6b7f7527f5f2df61b362.tar.gz |
use data-montage-id instead of id in template
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Conflicts:
js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/io/ui/file-picker/file-input-field.reel')
-rwxr-xr-x | js/io/ui/file-picker/file-input-field.reel/file-input-field.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html index 9113eb80..c3209654 100755 --- a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html +++ b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html | |||
@@ -30,9 +30,9 @@ | |||
30 | </script> | 30 | </script> |
31 | </head> | 31 | </head> |
32 | <body> | 32 | <body> |
33 | <div id="fileInputField" class="fileInputField"> | 33 | <div data-montage-id="fileInputField" class="fileInputField"> |
34 | <input type="search" id="newFileDirectory" class="nj-skinned newFileDirectory" /> | 34 | <input type="search" data-montage-id="newFileDirectory" class="nj-skinned newFileDirectory" /> |
35 | <span id="findDirectory" class="findDirectory"></span> | 35 | <span data-montage-id="findDirectory" class="findDirectory"></span> |
36 | </div> | 36 | </div> |
37 | </body> | 37 | </body> |
38 | </html> \ No newline at end of file | 38 | </html> \ No newline at end of file |