Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoschubert committed Nov 28, 2024
1 parent 61ebf46 commit 9e33220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $('document').ready(function () {
} );
}

console.log(themeOptions)
//console.log(themeOptions)

/**
* Skip Link
Expand Down Expand Up @@ -121,7 +121,7 @@ $('document').ready(function () {
$('.et_pb_blurb.et_clickable .et_pb_blurb_container').attr('tabindex', '0');

$('.et_clickable').on('keydown', function (e) {
console.log('E:', e)
//console.log('E:', e)
if (e.key === 'Enter' || e.key === ' ') {
e.preventDefault()
$(this).click()
Expand Down Expand Up @@ -233,6 +233,7 @@ $('document').ready(function () {
})
}


/**
* Optimize Forms
*/
Expand All @@ -248,6 +249,7 @@ $('document').ready(function () {
$('div.forminator-field-radio div[role="radiogroup"] span').removeAttr('ID');
}


/**
* Aria Support
*/
Expand Down Expand Up @@ -495,7 +497,6 @@ $('document').ready(function () {
})
}


/**
* Add appropriate aria attributes to Accordion & Toggle Divi modules
* @divi-module Accordion, Toggle
Expand Down
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ Author: Mirko Schubert
Author URI: https://mirkoschubert.de
Description: A Divi Child Theme with lots of GDPR and page speed optimizations and some tweaks and bug fixed for the parent theme.
Tags: child-theme
<<<<<<< HEAD
Version: 2.2.0
=======
Version: 2.3.0
>>>>>>> 8d8ee62 (accessibility)
Requires at least: 5.0
Tested up to: 6.0.1
Requires PHP: 7.4
Expand Down

0 comments on commit 9e33220

Please sign in to comment.