UPD: Carousel

This commit is contained in:
Tony Air 2022-09-21 23:14:39 +02:00
parent 7c40fb07f3
commit e19af8802e
1 changed files with 7 additions and 0 deletions

7
dist/js/app.js.LICENSE.txt vendored Normal file
View File

@ -0,0 +1,7 @@
/*!
* Get all of an element's parent elements up the DOM tree
* (c) 2019 Chris Ferdinandi, MIT License, https://gomakethings.com
* @param {Node} elem The element
* @param {String} selector Selector to match against [optional]
* @return {Array} The parent elements
*/