mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
Also check the lang in case insensitive
This commit is contained in:
parent
33e7f7384e
commit
2a9630258f
22658 changed files with 3562773 additions and 3562767 deletions
56
node_modules/infinite-scroll/js/index.js
generated
vendored
56
node_modules/infinite-scroll/js/index.js
generated
vendored
|
@ -1,28 +1,28 @@
|
|||
/*!
|
||||
* Infinite Scroll v4.0.1
|
||||
* Automatically add next page
|
||||
*
|
||||
* Licensed GPLv3 for open source use
|
||||
* or Infinite Scroll Commercial License for commercial use
|
||||
*
|
||||
* https://infinite-scroll.com
|
||||
* Copyright 2018-2020 Metafizzy
|
||||
*/
|
||||
|
||||
( function( window, factory ) {
|
||||
// universal module definition
|
||||
if ( typeof module == 'object' && module.exports ) {
|
||||
// CommonJS
|
||||
module.exports = factory(
|
||||
require('./core'),
|
||||
require('./page-load'),
|
||||
require('./scroll-watch'),
|
||||
require('./history'),
|
||||
require('./button'),
|
||||
require('./status'),
|
||||
);
|
||||
}
|
||||
|
||||
} )( window, function factory( InfiniteScroll ) {
|
||||
return InfiniteScroll;
|
||||
} );
|
||||
/*!
|
||||
* Infinite Scroll v4.0.1
|
||||
* Automatically add next page
|
||||
*
|
||||
* Licensed GPLv3 for open source use
|
||||
* or Infinite Scroll Commercial License for commercial use
|
||||
*
|
||||
* https://infinite-scroll.com
|
||||
* Copyright 2018-2020 Metafizzy
|
||||
*/
|
||||
|
||||
( function( window, factory ) {
|
||||
// universal module definition
|
||||
if ( typeof module == 'object' && module.exports ) {
|
||||
// CommonJS
|
||||
module.exports = factory(
|
||||
require('./core'),
|
||||
require('./page-load'),
|
||||
require('./scroll-watch'),
|
||||
require('./history'),
|
||||
require('./button'),
|
||||
require('./status'),
|
||||
);
|
||||
}
|
||||
|
||||
} )( window, function factory( InfiniteScroll ) {
|
||||
return InfiniteScroll;
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue