8000 Merge pull request #2639 from alvarotrigo/dev · webdeveloper4testing/fullPage.js@80c2586 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80c2586

Browse files
authored
Merge pull request alvarotrigo#2639 from alvarotrigo/dev
- Docs aesthetic changes
2 parents 74c5218 + 4f641b5 commit 80c2586

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- [fullpage.js Extensions](http://alvarotrigo.com/fullPage/extensions/)
1919
- [Frequently Answered Questions](https://github.com/alvarotrigo/fullPage.js/wiki/FAQ---Frequently-Answered-Questions)
2020

21-
[![Wordpress Y-Theme](http://wallpapers-for-ipad.com/fullpage/imgs3/banner.png)](http://alvarotrigo.com/fullPage/utils/wordpress-y-theme.html)
22-
2321
---
2422

2523
A simple and easy to use libary to create fullscreen scrolling websites (also known as single page websites or onepage sites).

README_SPANISH.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
- [Extensiones de fullpage.js](http://alvarotrigo.com/fullPage/extensions/)
2020
- [Preguntas frecuentes](https://github.com/alvarotrigo/fullPage.js/wiki/FAQ---Frequently-Answered-Questions)
2121

22-
[![Wordpress Y-Theme](http://wallpapers-for-ipad.com/fullpage/imgs3/banner.png)](http://alvarotrigo.com/fullPage/utils/wordpress-y-theme.html)
23-
2422
---
2523

2624
Una sencilla librería Javascript para la creación de páginas web con scroll a pantalla completa. (también conocido popularmente como "single page websites" o "onepage sites")

vendors/scrolloverflow.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*!
2+
* Customized version of iScroll.js 0.0.1
3+
* It fixes bugs affecting its integration with fullpage.js
4+
*/
15
/*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */
26
(function (window, document, Math) {
37
var rAF = window.requestAnimationFrame ||
@@ -308,7 +312,7 @@ function IScroll (el, options) {
308312
bounceEasing: '',
309313

310314
preventDefault: true,
311-
preventDefaultException: { tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT)$/ },
315+
preventDefaultException: { tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT|LABEL)$/ },
312316

313317
HWCompositing: true,
314318
useTransition: true,

vendors/scrolloverflow.min.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0