summaryrefslogtreecommitdiff
path: root/shader-picker.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-25 23:42:19 -0500
committerjules <jules@okfoc.us>2014-01-25 23:42:19 -0500
commite873e6c1b0d2f4e06b94138a22d0d4292c52a037 (patch)
tree13df0be06b562814308e6cfec843f16c3e2fafc3 /shader-picker.html
parent9433b20670a1eada77e1a4372a8f8ccad6f499c3 (diff)
logging, error fix, css
Diffstat (limited to 'shader-picker.html')
-rw-r--r--shader-picker.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/shader-picker.html b/shader-picker.html
index 0896609..7efe39f 100644
--- a/shader-picker.html
+++ b/shader-picker.html
@@ -130,6 +130,12 @@ a { color: #00f; }
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/help.js"></script>
<script type="text/javascript" src="shaders.json"></script>
+
+<script type="text/html" id="frame-template">
+<button class="remove">x</button>
+<span class="frame"></span>
+</script>
+
<script type="text/javascript">
var cc = cq(0,0).appendTo("#workspace")
@@ -175,9 +181,5 @@ function init(){
}
</script>
-<script type="text/html" id="frame-template">
-<button class="remove">x</button>
-<span class="frame"></span>
-</script>
</html>