summaryrefslogtreecommitdiff
path: root/colors3.html
diff options
context:
space:
mode:
Diffstat (limited to 'colors3.html')
-rw-r--r--colors3.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors3.html b/colors3.html
index 15cb8bd..df4c4b0 100644
--- a/colors3.html
+++ b/colors3.html
@@ -8,7 +8,7 @@
</div>
</body>
-<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+<script src="js/vendor/jquery-2.1.4.min.js"></script>
<script src="js/util.js"></script>
<script src="js/color.js"></script>
<script src="js/lex.js"></script>
@@ -105,4 +105,4 @@ var canvas = new Matrix (width, height, function(x,y){
canvas.append(canvas_rapper)
document.body.className = ""
-</script> \ No newline at end of file
+</script>