Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
- Updating dist folder
- Updating version number
  • Loading branch information
alvarotrigo committed Jan 25, 2016
commit 47af282e54206a8af105ec87175ce38b795e8692
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
![preview](https://raw.github.com/alvarotrigo/fullPage.js/master/examples/imgs/intro.png)
![compatibility](https://raw.github.com/alvarotrigo/fullPage.js/master/examples/imgs/compatible.gif)

![fullPage.js version](http://img.shields.io/badge/fullPage.js-v2.7.6-brightgreen.svg)
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v2.7.7-brightgreen.svg)
[![License](http://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT)
7Kb gziped!

----
**Make sure to use the latest version 2.7.6.** A dangerous security issue has been found in previous versions!
**Make sure to use at least version 2.7.6.** A dangerous security issue has been found in previous versions!

---

Expand Down
1 change: 1 addition & 0 deletions dist/jquery.fullpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ html.fp-enabled,
display: block;
opacity: 0;
width: 0;
cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
Expand Down
Loading