-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a9a901
commit e5a5284
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
![Size](https://img.shields.io/github/size/danielsitek/dgp-cookie-consent/dist/cookies.min.js) | ||
[![Stable version](https://img.shields.io/github/v/release/danielsitek/dgp-cookie-consent)](https://github.com/danielsitek/dgp-cookie-consent/releases) | ||
[![CDN](https://img.shields.io/badge/CDN-orange?style=flat&logo=jsdelivr&logoColor=white)](https://cdn.jsdelivr.net/gh/danielsitek/[email protected].0/dist/cookies.min.js) | ||
[![CDN](https://img.shields.io/badge/CDN-orange?style=flat&logo=jsdelivr&logoColor=white)](https://cdn.jsdelivr.net/gh/danielsitek/[email protected].1/dist/cookies.min.js) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/27b5b5b749d18039f303/maintainability)](https://codeclimate.com/github/danielsitek/dgp-cookie-consent/maintainability) | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/65b56152a2a84981b10576ad7081411d)](https://www.codacy.com/gh/danielsitek/dgp-cookie-consent/dashboard) | ||
|
||
|
@@ -55,7 +55,7 @@ Awesome one-of-a-kind Cookie Consent panel. | |
1. Download the latest release or use CDN. | ||
|
||
``` | ||
https://cdn.jsdelivr.net/gh/danielsitek/[email protected].0/dist/cookies.min.js | ||
https://cdn.jsdelivr.net/gh/danielsitek/[email protected].1/dist/cookies.min.js | ||
``` | ||
1. Insert this code on the bottom of the page, or [inject it via GTM](#gtm-implementation). | ||
|
@@ -578,7 +578,7 @@ window.addEventListener('consent-ready', () => { | |
(function cookiesInit() { | ||
var scriptEl = document.createElement('script'); | ||
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/[email protected].0/dist/cookies.min.js'; | ||
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/[email protected].1/dist/cookies.min.js'; | ||
scriptEl.type = 'text/javascript'; | ||
scriptEl.id = 'cookie-consent'; | ||
|
Oops, something went wrong.