Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:socialcast/socialcast-reach-jenki…
Browse files Browse the repository at this point in the history
…ns-plugin
  • Loading branch information
Sean Walbran committed Apr 20, 2016
2 parents 612bb69 + 8f6a2dd commit d78b72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
token: "${it.token}"
});
(function(){
var footerContainer = document.getElementById('footer-container');
var footerContainer = document.getElementsByTagName('footer')[0];
if (footerContainer) {
footerContainer.style.position = 'relative';
}
Expand Down

0 comments on commit d78b72d

Please sign in to comment.