summaryrefslogtreecommitdiff
path: root/shader-combo.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-26 03:20:52 -0500
committerjules <jules@okfoc.us>2014-01-26 03:20:52 -0500
commit91ca028ddce9f25be3b31a7a3ea58215c77c95eb (patch)
tree263d036e148f22cc7fb390ddbc96c4b0ad397772 /shader-combo.html
parentd93bffc6438e6c89081b9b345c85a131a3de1138 (diff)
auto display first shader again
Diffstat (limited to 'shader-combo.html')
-rw-r--r--shader-combo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/shader-combo.html b/shader-combo.html
index 282e5e2..bdda767 100644
--- a/shader-combo.html
+++ b/shader-combo.html
@@ -202,7 +202,7 @@ function init(){
$("#shader-api-form").show()
$(".bold").removeClass("bold")
$(this).addClass("bold")
- }) // .trigger("click")
+ }).trigger("click")
$("#toggle-images").click(function(){
$("#header .form").hide()
$("#gallery-form").show()