summaryrefslogtreecommitdiff
path: root/shader-api.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-21 15:30:10 -0500
committerjules <jules@okfoc.us>2014-01-21 15:30:10 -0500
commit9b708e5fb68403a80aa762cfb6c4d1071922b682 (patch)
treec8bd5e5458d4a1b71144a74d4fe4a80660ecd9ad /shader-api.html
parentd8dad4902c6df11414bcca744ef531d4be207806 (diff)
whoops used html instead of val on a textarea
Diffstat (limited to 'shader-api.html')
-rw-r--r--shader-api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-api.html b/shader-api.html
index 78f86c8..ba4fb06 100644
--- a/shader-api.html
+++ b/shader-api.html
@@ -166,7 +166,7 @@ function run(shader_object){
$("#url").val( shader_object.image_url )
load()
}
- $("#shader").html(shader_object.script)
+ $("#shader").val(shader_object.script)
$("#shader-id").val(shader_object.id)
$("#shader-name").val( shader_object.name || "")
shader_build()