diff options
| -rw-r--r-- | shader-combo.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shader-combo.html b/shader-combo.html index e27c1a4..18edfd5 100644 --- a/shader-combo.html +++ b/shader-combo.html @@ -59,9 +59,11 @@ a { color: #00f; } <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> @@ -69,7 +71,6 @@ a { color: #00f; } <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> @@ -85,10 +86,10 @@ a { color: #00f; } <div id="shader-gallery"></div> </span> <span id="gallery-form" class="form"> - <button id="gallery-random">IM RANDOM</button> + <button id="gallery-random">asdf random</button> <form id="gallery-search"> <input type="text" id="dumpfm-search-query" value="duck bill"> - <button id="gallery-search">DUMP SEARCH</button> + <button id="gallery-search">search dump</button> </form> <div id="gallery-images"></div> </span> |
