Skip to content

Commit

Permalink
[DOCS] Port to master for Splider Fix (#26853)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
akopytko authored Sep 30, 2024
1 parent 171429b commit 7b68501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx_setup/_static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ function addFooter() {
}

function initSplide() {
var splider = document.getElementsByClassName('.splide');
if(splider.length != 0){
var spliderLi = document.getElementById('ov-homepage-slide1');
if(spliderLi){
var splide = new Splide('.splide', {
type: 'fade',
autoHeight: true,
Expand Down

0 comments on commit 7b68501

Please sign in to comment.