|
@@ -4,10 +4,8 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<title>AdminLTE | Dashboard</title>
|
|
|
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
|
|
- <!-- bootstrap 3.0.2 -->
|
|
|
- <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
|
- <!-- font Awesome -->
|
|
|
- <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
|
|
<!-- Ionicons -->
|
|
|
<link href="css/ionicons.min.css" rel="stylesheet" type="text/css" />
|
|
|
<!-- Morris chart -->
|
|
@@ -867,12 +865,9 @@
|
|
|
<!-- add new calendar event modal -->
|
|
|
|
|
|
|
|
|
- <!-- jQuery 2.0.2 -->
|
|
|
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
|
|
|
- <!-- jQuery UI 1.10.3 -->
|
|
|
- <script src="js/jquery-ui-1.10.3.min.js" type="text/javascript"></script>
|
|
|
- <!-- Bootstrap -->
|
|
|
- <script src="js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
|
+ <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
+ <script src="//code.jquery.com/ui/1.11.1/jquery-ui.min.js" type="text/javascript"></script>
|
|
|
<!-- Morris.js charts -->
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
|
|
|
<script src="js/plugins/morris/morris.min.js" type="text/javascript"></script>
|