Switch to local javascript/css plugins

- jquery 3.4.1
- bootstrap 3.4.1
- jquery.cookie 1.4.1
- anchor 4.2.0
- respond 1.4.2
- html5shiv 3.7.0
This commit is contained in:
Spencer Bliven
2019-11-05 21:35:44 +01:00
parent c91ff314d8
commit a88253ffb3
14 changed files with 47 additions and 8058 deletions

View File

@ -6,9 +6,9 @@ search: exclude
<html>
<head>
<title> Tooltip Demo</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" }}">
<script src="{{ "/js/jquery.min.js" }}"></script>
<script src="{{ "/js/bootstrap.min.js" }}"></script>
<script type="text/javascript">
$(document).ready(function(){