summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 01ac2a1e..2e8781d0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -188,8 +188,8 @@
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/fb.js" async defer></script>
<script src="//code.jquery.com/jquery-1.11.3.min.js" defer></script>
- <script src="/vendor/greensock-js/TweenMax.min.js" defer></script>
- <script src="/vendor/greensock-js/jquery.gsap.min.js" defer></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.16.1/TweenMax.min.js" defer></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.16.1/jquery.gsap.min.js" defer></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2.min.js" defer></script>
<script src="/vendor/js.cookie.js" defer></script>