projects
/
WP-Themes
/
glmthemes
/
crawfordcounty-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea13ca
)
Was still referencing unused footerPosition
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 5 Nov 2015 19:35:23 +0000
(14:35 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 5 Nov 2015 19:35:23 +0000
(14:35 -0500)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
6426409
..
9eb90a9
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-88,7
+88,8
@@
$(function(){
var toggleSitelist = true;
$('#emmet').on('click',function(e) {
- var footerPosition = get_footer_position();
+// var footerPosition = get_footer_position();
+ var footerPosition = 'fixed';
if (footerPosition === 'fixed') {
if (toggleSitelist) {
$("#sitelist").animate({'height': 53}, 600);