mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-12-03 06:53:45 +03:00
Fixed external JS links
//code.jquery.com/jquery-1.10.2.min.js and //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js does not load when index file is opened locally
This commit is contained in:
parent
a41c20067b
commit
665142a527
|
@ -2,7 +2,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="material/css/ripples.min.css" rel="stylesheet">
|
||||
<link href="material/css/material-wfont.min.css" rel="stylesheet">
|
||||
|
||||
|
@ -31,8 +31,8 @@
|
|||
|
||||
<!-- Your site ends -->
|
||||
|
||||
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="material/js/ripples.min.js"></script>
|
||||
<script src="material/js/material.min.js"></script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user