Skip to content

Commit

Permalink
Updated testdrive to 0.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
portalzine committed Oct 15, 2022
1 parent c613167 commit ac2a37e
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 53 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

*.codekit3
.DS_Store
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> _Dislaimer:_ Klaro! is a product of KIPROTECT. I am not affiliated with them in any way and provide these themes as they are.
## Current Themes
### White - cf-white 0.3 (for !klaro \>=0.79)
### White - cf-white 0.3 (for !klaro \>=0.7.10)
1. Simple clean white theme (still work in progress)
2. SCSS variables for quick tweaks
3. Optional logo
Expand All @@ -14,7 +14,7 @@

![][image-1]![][image-2]

### Black & White - cf-black-white 0.2 (for !klaro \>=0.79)
### Black & White - cf-black-white 0.2 (for !klaro \>=0.7.10)
1. Simple clean black & white theme (still work in progress)
2. SCSS variables for quick tweaks
3. Optional logo
Expand Down
1 change: 0 additions & 1 deletion testdrive/assets/my.scripts-min.js

This file was deleted.

3 changes: 3 additions & 0 deletions testdrive/assets/my.scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ cm_event.initEvent('consentWindowOpen', true, true);

document.addEventListener('consentWindowOpen', function (e) {
console.log("consentWindowOpen")

}, false);



document.addEventListener("DOMContentLoaded", function(e) {

var cm_target = document.getElementById( "klaro" ),
Expand Down
2 changes: 1 addition & 1 deletion testdrive/klaro-no-css.js
100755 → 100644

Large diffs are not rendered by default.

Loading

0 comments on commit ac2a37e

Please sign in to comment.