dropdown bottom bar mobile
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
This commit is contained in:
parent
662a55863d
commit
bde54fa66d
6 changed files with 41 additions and 18 deletions
|
|
@ -10,6 +10,7 @@ import { initSort } from './sort.js';
|
|||
|
||||
const responsiveMedium = 1080;
|
||||
const responsiveSmall = 768;
|
||||
const responsiveSmallX = 560;
|
||||
|
||||
window.onload = async function () {
|
||||
console.log("SCRIPT LOADED");
|
||||
|
|
@ -20,7 +21,7 @@ window.onload = async function () {
|
|||
|
||||
copyLink();
|
||||
playVideo();
|
||||
initDropdowns(responsiveSmall);
|
||||
initDropdowns(responsiveSmall, responsiveSmallX);
|
||||
initSwipers();
|
||||
|
||||
progressBar();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue