diff options
| author | timb <opuscule@gmail.com> | 2015-08-15 15:58:29 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-08-15 15:58:29 -0700 |
| commit | f75345e8373988118221935ef743e98bfa693ed8 (patch) | |
| tree | 6c15e6d6e5474784304ca33027df417c50e4b907 /colors.html | |
| parent | 930143b966b32649225c2431eba6bbc635630113 (diff) | |
paranoia, use own jquery rather than googles
Diffstat (limited to 'colors.html')
| -rw-r--r-- | colors.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors.html b/colors.html index 9e14d08..276a6d4 100644 --- a/colors.html +++ b/colors.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> @@ -90,4 +90,4 @@ var canvas = new Matrix (72, 35, function(x,y){ canvas.append(canvas_rapper) document.body.className = "" -</script>
\ No newline at end of file +</script> |
