-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from schalkt/develop
Updated demo and package files
- Loading branch information
Showing
10 changed files
with
95 additions
and
96 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 |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
/node_modules | ||
*manifest.json | ||
*.log | ||
/demo/index.html |
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 |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script> | ||
|
||
<link rel="stylesheet" href="./index.css"> | ||
<script src="./index.js"></script> | ||
<link rel="stylesheet" href="./demo.css"> | ||
<script src="./demo.js"></script> | ||
|
||
<script id="cookieScript" type="text/javascript" src="./../dist/cookie-warn.js" data-debug="true"></script> | ||
|
||
|
@@ -27,9 +27,9 @@ <h1>EU cookie warning example</h1> | |
<br> | ||
<h2>More examples</h2> | ||
<ul> | ||
<li><a href="./index.html">Basic example</a></li> | ||
<li><a href="./index-params.html">Different style and all parameters with reject info</a></li> | ||
<li><a href="./index-bootstrap.html">Bootstrap example</a></li> | ||
<li><a href="./demo.html">Basic example</a></li> | ||
<li><a href="./demo-params.html">Different style and all parameters with reject info</a></li> | ||
<li><a href="./demo-bootstrap.html">Bootstrap example</a></li> | ||
</ul> | ||
<div id="output"></div> | ||
</div> | ||
|
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
File renamed without changes.
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
File renamed without changes.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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