Update to use bootstrap and jquery CDN

This commit is contained in:
AnthorNet 2015-05-06 09:28:23 +02:00
parent 6bb772557e
commit 9e42a33c99
4 changed files with 3 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
<title>EDDN Status</title> <title>EDDN Status</title>
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="css/eddn.css" rel="stylesheet"> <link href="css/eddn.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
@ -17,7 +17,7 @@
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> <![endif]-->
<script src="js/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/date.js"></script> <script src="js/date.js"></script>
</head> </head>
<body> <body>
@ -102,7 +102,7 @@
</div> </div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- Include all compiled plugins (below), or include individual files as needed --> <!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="js/eddn.js"></script> <script src="js/eddn.js"></script>
</body> </body>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long