Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 18, 2021
1 parent 47eb2b7 commit 82b7fda
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
12 changes: 9 additions & 3 deletions ed/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@
});
});
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu"
crossorigin="anonymous">
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd"
crossorigin="anonymous"></script>
</head>
<body ng-app="EdGuiApp" class="noselect">

Expand Down
12 changes: 9 additions & 3 deletions ed/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@
});
});
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu"
crossorigin="anonymous">
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd"
crossorigin="anonymous"></script>
<link href="entry-0d6b2af1a954f60d23c46fdee4f2bd05.css" rel="stylesheet"></head>
<body ng-app="EdGuiApp" class="noselect">

Expand Down
14 changes: 7 additions & 7 deletions ed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"angular": "^1.7.8",
"angular-circular-navigation": "git+https://github.com/tue-robotics/angular-circular-navigation.git",
"angular-ui-bootstrap": "^0.14.3",
"angular-ui-bootstrap": "^2.5.0",
"bootstrap": "^3.4.1",
"bson": "^1.1.1",
"fastclick": "^1.0.6",
Expand Down

0 comments on commit 82b7fda

Please sign in to comment.