Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwebbers committed Jun 14, 2014
1 parent 4b85b24 commit 677ca9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/js/jquery.stickyfooter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Sticky Footer v1.2.2
* jQuery Sticky Footer v1.2.3
*
* Copyright 2014 miWebb
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions assets/js/jquery.stickyfooter.min.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery Sticky Footer v1.2.2
* jQuery Sticky Footer v1.2.3
*
* Copyright 2014 miWebb
* Released under the MIT license
*/

(function(e){function t(t,n){var r=e(t).outerHeight(true);e(n.content).each(function(){r+=e(this).outerHeight(true)});if(r<e(n.frame).height()){e(t).addClass(n.class)}else{e(t).removeClass(n.class)}}e.fn.stickyFooter=function(n){var n=e.extend({"class":"sticky-footer",content:"#page",frame:this.parent()},n);var r=this;t(r,n);e(window).resize(function(){t(r,n)})}})(jQuery)
(function(e,t,n){"use strict";function r(t,n){var r=e(t).outerHeight(true);e(n.content).each(function(){r+=e(this).outerHeight(true)});if(r<e(n.frame?n.frame:t.parent()).height()){e(t).addClass(n.class)}else{e(t).removeClass(n.class)}}e.fn.stickyFooter=function(n){var n=e.extend({},e.fn.stickyFooter.defaults,n);var i=this;r(i,n);e(t).resize(function(){r(i,n)});return this};e.fn.stickyFooter.defaults={"class":"sticky-footer",frame:"",content:"#page"}})(jQuery,window)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jQuery.stickyFooter",
"description": "The jQuery sticky footer plugin sticks your footer, with or without set height, to the bottom of your page. You can also use the sticky footer plugin to stick other elements to the bottom of their parent.",
"version": "1.2.2",
"version": "1.2.3",
"main": [
"assets/js/jquery.stickyfooter.min.js",
"assets/css/jquery.stickyfooter.css"
Expand Down
2 changes: 1 addition & 1 deletion stickyfooter.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"responsive",
"sticky"
],
"version": "1.2.2",
"version": "1.2.3",
"author": {
"name": "miWebb",
"email": "info@miwebb.com",
Expand Down

0 comments on commit 677ca9a

Please sign in to comment.