Skip to content

Commit

Permalink
[documentation fix] add missing reference for floativ-wrapper class
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagiotis Papadatis committed Aug 4, 2015
1 parent 85aeac1 commit ffceb07
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ You can also specify parameters, such as:
<i class="fa fa-minus-circle floativ-collapse" aria-hidden="true" aria-label="Collapse"></i>
</span>
</div>
<div class="floativ-body">
... YOUR CONTENT HERE ...
<div class="floativ-wrapper">
<div class="floativ-body">
... YOUR CONTENT HERE ...
</div>
</div>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,11 @@ <h2>Usage</h2>
&lt;i class="fa fa-minus-circle floativ-collapse" aria-hidden="true" aria-label="Collapse"&gt;&lt;/i&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;div class="floativ-body"&gt;
... YOUR CONTENT HERE ...
&lt;/div&gt;
&lt;div class="floativ-wrapper"&gt;
&lt;div class="floativ-body"&gt;
... YOUR CONTENT HERE ...
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</code>
Expand Down
2 changes: 1 addition & 1 deletion js/floativ.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* displayed while browsing a web page. This floating box disappears when the user reaches an element with
* a specific id.
*
* Version 1.1.2
* Version 1.1.3
*
*/
(function ($) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floativ",
"version": "1.1.2",
"version": "1.1.3",
"description": "floativ is a floating scroll-box at the bottom of the screen of your site that contains text, among other things, which can be displayed while browsing a web page. This floating scroll-box disappears when the user reaches an element with a specific id.",
"main": "floativ.js",
"scripts": {
Expand Down

0 comments on commit ffceb07

Please sign in to comment.