diff options
author | Richard Wall <richard@largo> | 2011-08-07 23:59:46 +0100 |
---|---|---|
committer | Richard Wall <richard@largo> | 2011-08-07 23:59:46 +0100 |
commit | 638094f46324f6316ba6320a3a7e5e35df8574e7 (patch) | |
tree | b94d868b4797222914f260076f6b26f6bcf50383 /docs/examples/index.html | |
parent | 2943b57c109cb233e93100dfe35c693fb286854b (diff) |
Remove the unfinished dynamic chart interface elements
Diffstat (limited to 'docs/examples/index.html')
-rw-r--r-- | docs/examples/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/examples/index.html b/docs/examples/index.html index 14559e3..6873fd1 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -62,10 +62,6 @@ <div class="chart-container"> <div class="chart-header"> <h2 class="title"></h2> - <div class="chart-controls"> - <input type="button" name="chart_edit" value="edit"> - <input type="button" name="chart_delete" value="delete"> - </div> </div> <div class="error"></div> <div class="chart"></div> |