Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove console error imports #648

Merged
merged 1 commit into from
Feb 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
<link rel="icon" href="favicon.ico" />
<title>CoursePlan</title>

<!-- Load required Bootstrap and BootstrapVue CSS -->
<link
type="text/css"
rel="stylesheet"
href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css"
/>

<!-- Hotjar Tracking Code for www.courseplan.io -->
<script>
(function (h, o, t, j, a, r) {
Expand All @@ -40,9 +33,6 @@
crossorigin="anonymous"
></script>

<!-- Load Vue followed by BootstrapVue -->
<script src="//unpkg.com/vue@latest/dist/vue.min.js"></script>
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>
<!-- Load Optimize for AB Testing -->
<script src="https://www.googleoptimize.com/optimize.js?id=OPT-5JTC6CX"></script>
</head>
Expand Down