diff options
| author | jules <jules@okfoc.us> | 2014-01-21 01:22:37 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-21 01:22:37 -0500 |
| commit | 60a5e5581ccbf05170ccd6bab292562c460a42c2 (patch) | |
| tree | b99e6de068db8896721fa928347b2f71ea208a08 | |
| parent | ced1db8df6c73f7bd0a4debd3f20b5570b99e7b4 (diff) | |
disable some of the buttons for now
| -rw-r--r-- | shader-api.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/shader-api.html b/shader-api.html index 284d1a4..9020136 100644 --- a/shader-api.html +++ b/shader-api.html @@ -35,12 +35,13 @@ a { color: #00f; } --> <div id="shader-api"> - <input type="text" id="shader-id"><button id="fetch-info">info</button> + <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="fetch-originals">originals</button> <button id="fetch-latest">latest</button> - <button id="fetch-next-page">next page</button> - <button id="fetch-history">history</button> + <button id="fetch-next-page" disabled>next page</button> <select id="pick-user"> <option>fetching users..</option> </select> @@ -146,7 +147,7 @@ function run(shader_object){ console.log(shader_object) $("#url").val( shader_object.image_url ) $("#shader").html(shader_object.script) - + $("#shader-id").val(shader_object.id) load() shader_build() } |
