diff options
| -rw-r--r-- | dist/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dist/index.html b/dist/index.html index 355f2a0..3db6065 100644 --- a/dist/index.html +++ b/dist/index.html @@ -7,18 +7,6 @@ <button id="help">help</button> <button class="toggle-off">x</button> <button id="new-shader"><b>new shader</b></button> -<!-- - <select id="examples"> - <option>examples</option> - </select> ---> -<!-- - <input type="text" id="shader-id" disabled><button id="fetch-info" disabled>info</button> - <button id="fetch-history" disabled>history</button> - | - <button id="fetch-originals" disabled>originals</button> - <button id="fetch-all">all</button> ---> <button id="toggle-shaders">browse shaders</button> <button id="toggle-images">browse images</button> <span class="status"></span> @@ -61,7 +49,6 @@ <input type="text" id="width" placeholder="width" value="0"> <input type="text" id="height" placeholder="height" value="0"> <span class="status"></span> - <!--<button id="step-forward">>></button>--> <br> <br> <span id="frame-hidden-controls"> @@ -80,7 +67,6 @@ <option value="reverse-frames">reverse</button> <option value="sort-frames">sort</button> </select> - <!--<button id="remove-all-frames">clear</button>--> <br> <span id="frames"></span> </span> |
