JavaScript-Dateien lokal und nicht über Fremd-CDNs ausliefern. Man muss es mit dem Tracking ja nicht übertreiben. (CSS still to go.)
This commit is contained in:
parent
23a25812b2
commit
d8ae93131d
4 changed files with 59 additions and 3 deletions
|
|
@ -2,13 +2,13 @@
|
|||
<!-- Javascript Start -->
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<script src="/js/jquery-1.11.3.min.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
||||
<script src="/js/bootstrap-3.3.5.min.js"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
||||
<script src="/js/jquery.easing-1.3.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<!--* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue