1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Use CloudFlare CDN for THREE.js

This commit is contained in:
Lars Martens 2017-05-13 18:49:07 +02:00
parent a31b074f9c
commit 81e5fdd0ed
2 changed files with 1 additions and 35843 deletions

View file

@ -8,7 +8,7 @@
<link rel="stylesheet" href="js/colpick.css">
<link rel="icon" type="image/png" href="images/icon.png">
<link href='http://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
<script src="js/three.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r68/three.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

35842
js/three.js

File diff suppressed because one or more lines are too long