diff options
| -rw-r--r-- | dist/index.html | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 15 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> diff --git a/package.json b/package.json index fd2c5e5..4a688b3 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "grunt-contrib-watch": "~0.5.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-copy": "~0.5.0", - "grunt-dentist": "~0.3.1" + "grunt-dentist": "~0.3.3" } } |
