Skip to content

Commit

Permalink
Remove cookieconsent js from Docs (#8441)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaigilo authored Dec 20, 2024
1 parent b55d450 commit 544e95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<link rel="preload" href="/assets/fonts/Rene Bieder - Galano Grotesque Medium.otf" as="font" type="font/otf" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/fontawesome.min.css" integrity="sha512-giQeaPns4lQTBMRpOOHsYnGw1tGVzbAIHUyHRgn7+6FmiEgGGjaG0T2LZJmAPMzRCl+Cug0ItQ2xDZpTmEc+CQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/cookieconsent.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script type="module" src="{{ site.baseurl }}/assets/js/cookieconsent-init.js"></script>
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.css">-->
<!--<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/cookieconsent.css" />-->
<!--<script type="module" src="{{ site.baseurl }}/assets/js/cookieconsent-init.js"></script>-->
<script src="{{ site.baseurl }}/assets/js/copy-code.js"></script>
<script>
$(function () {
Expand Down

0 comments on commit 544e95e

Please sign in to comment.