Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Enable sticky footer
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed Nov 22, 2015
1 parent 0b0e4e7 commit 64ecf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions assets/javascript/custom/stickyfooter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*

$(window).bind(' load resize orientationChange ', function () {
var footer = $("#footer-container");
var pos = footer.position();
Expand All @@ -16,4 +16,3 @@ $(window).bind(' load resize orientationChange ', function () {
stickyFooter();
}
});
*/
Loading

0 comments on commit 64ecf38

Please sign in to comment.