diff options
author | Ananya Sen | 2012-05-01 13:49:47 -0700 |
---|---|---|
committer | Ananya Sen | 2012-05-01 13:49:47 -0700 |
commit | a1eec717b536f2f483983f094bd11bd6aa8f4691 (patch) | |
tree | ace6e45f602c7c568ac68521a8984a674aa30571 /js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |
parent | c360d1a5cfe894591ae65f892ead11d0ca537b18 (diff) | |
download | ninja-a1eec717b536f2f483983f094bd11bd6aa8f4691.tar.gz |
disable format button for now
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html index d207ea23..0f335625 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |||
@@ -54,7 +54,7 @@ | |||
54 | <span>Automatic Completion</span> | 54 | <span>Automatic Completion</span> |
55 | </div> | 55 | </div> |
56 | <div class="floatButtons"> | 56 | <div class="floatButtons"> |
57 | <button id="format" value="format" class="nj-skinned format">Format</button> | 57 | <button disabled="disabled" id="format" value="format" class="nj-skinned format">Format</button> |
58 | <button id="comment" value="comment" class="nj-skinned format">comment</button> | 58 | <button id="comment" value="comment" class="nj-skinned format">comment</button> |
59 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> | 59 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> |
60 | </div> | 60 | </div> |